From cd60ea7d685158bf9b024ccf940af3835a6a769c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 8 Jul 2015 17:33:17 -0400 Subject: Bug 1181759 - After bug 1181410, test_bug_edit.t is failing due to change in error message wording --- qa/t/test_bug_edit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa') diff --git a/qa/t/test_bug_edit.t b/qa/t/test_bug_edit.t index 64deafcf6..ae72aa127 100644 --- a/qa/t/test_bug_edit.t +++ b/qa/t/test_bug_edit.t @@ -164,7 +164,7 @@ $sel->type_ok("quicksearch_top", $bug1_id); $sel->click_ok("find_top"); $sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->title_is("Access Denied"); -$sel->is_text_present_ok("You are not authorized to access bug #$bug1_id"); +$sel->is_text_present_ok("You are not authorized to access bug $bug1_id"); logout($sel); # Move the bug back to TestProduct, which has no group restrictions. -- cgit v1.2.3-24-g4f1b