Changes guided tour link from ID to class. Needed for #8554
Change-Id: I7e99bac6555abec271daca09ebd8323074b34f3d
diff --git a/t/intro.t b/t/intro.t
index 7ea9022..848d8a8 100644
--- a/t/intro.t
+++ b/t/intro.t
@@ -17,7 +17,7 @@
->element_exists('div.intro')
->text_is('div.intro > p > strong', 'KorAP')
->content_unlike(qr!onload!)
- ->text_is('#link-guided-tour', 'guided tour')
+ ->text_is('div.intro > p > a.link-guided-tour', 'guided tour')
->text_is('nav > div > a[href=/doc/korap/kalamar]', 'V 0.47.999')
->element_exists('select#ql-field option[value=poliqarp]')
->element_exists('select#ql-field option[value=cqp]')