summaryrefslogtreecommitdiffstats
path: root/qa/t/test_search.t
diff options
context:
space:
mode:
Diffstat (limited to 'qa/t/test_search.t')
-rw-r--r--qa/t/test_search.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/test_search.t b/qa/t/test_search.t
index 780708a84..d479cc263 100644
--- a/qa/t/test_search.t
+++ b/qa/t/test_search.t
@@ -29,7 +29,7 @@ $sel->is_text_present_ok("Zarro Boogs found");
# Display all available columns. Look for all bugs assigned to a user who doesn't exist.
$sel->open_ok("/$config->{bugzilla_installation}/buglist.cgi?quicksearch=%40xx45ft&columnlist=all");
-$sel->title_is("Bug List");
+$sel->title_like(qr/^Bug List:/);
$sel->is_text_present_ok("Zarro Boogs found");
# Now some real tests.