From c9e45583cf95176e5db4bf7db612ee1ce0a9c6c3 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 27 Jan 2017 20:16:13 +0000 Subject: Bug 1334560 - test_search.t and test_shared_searches.t need to be updated due to commit of bug 1333942 --- qa/t/test_search.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa/t/test_search.t') 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. -- cgit v1.2.3-24-g4f1b