summaryrefslogtreecommitdiffstats
path: root/qa/t/test_shutdown.t
diff options
context:
space:
mode:
Diffstat (limited to 'qa/t/test_shutdown.t')
-rw-r--r--qa/t/test_shutdown.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/test_shutdown.t b/qa/t/test_shutdown.t
index 33b9b426b..922307207 100644
--- a/qa/t/test_shutdown.t
+++ b/qa/t/test_shutdown.t
@@ -69,7 +69,7 @@ $sel->title_is("Parameters Updated");
# Accessing index.cgi should work again now.
-$sel->click_ok("link=Home");
+$sel->click_ok('//*[@id="header-title"]//a');
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Bugzilla Main Page");
logout($sel);