Some more information in the hint helper
diff --git a/t/basic.t b/t/basic.t
index c126a70..1b2419a 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -7,7 +7,6 @@
 $t->get_ok('/')
   ->status_is(200)
   ->text_is('title', 'KorAP')
-  ->text_like('h1 span', qr/Korpusanalyseplattform/i)
-  ;
+  ->text_like('h1 span', qr/Korpusanalyseplattform/i);
 
 done_testing();
diff --git a/t/remote.t b/t/remote.t
index 9de6fb9..8cbee3b 100644
--- a/t/remote.t
+++ b/t/remote.t
@@ -14,6 +14,7 @@
 $t->get_ok('/?q=test')
   ->text_is('pre.query.serial span', 'JSON-LD Serialization for "test"')
   ->text_like('#total-results', qr/\d+ matches$/)
+  ->element_exists('[title=Alignment]')
   ->text_is('#pagination a[rel=self] span', 1)
 ;