summaryrefslogtreecommitdiffstats
path: root/qa/t/test_require_login.t
diff options
context:
space:
mode:
Diffstat (limited to 'qa/t/test_require_login.t')
-rw-r--r--qa/t/test_require_login.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/test_require_login.t b/qa/t/test_require_login.t
index 7b39e7329..1cfd5b42f 100644
--- a/qa/t/test_require_login.t
+++ b/qa/t/test_require_login.t
@@ -76,6 +76,6 @@ set_parameters($sel, { "User Authentication" => {"requirelogin-off" => undef} })
logout($sel);
# Make sure we can access random pages again.
-$sel->click_ok("link=Search");
+$sel->click_ok('//*[@class="link-search"]//a');
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_isnt("Log in to Bugzilla");