Fixes failing test in #9230

Change-Id: I5a80bc2d612ec872454db81a144a575b03761c87
diff --git a/t/doc.t b/t/doc.t
index 4d5cd70..137e005 100644
--- a/t/doc.t
+++ b/t/doc.t
@@ -59,7 +59,7 @@
 $t->get_ok('/doc/ql/' => { 'Accept-Language' => 'de-DE, en-US, en' })
   ->status_is(200)
   ->text_is('title','KorAP: Anfragesprachen')
-  ->text_is('h3','Beispielanfragen')
+  ->text_is('#examples > h3','Beispielanfragen')
   ;
 
 $t->get_ok('/doc/ql' => { 'Accept-Language' => 'de-DE, en-US, en' })