summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-07-08 23:33:17 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-07-08 23:33:17 +0200
commitcd60ea7d685158bf9b024ccf940af3835a6a769c (patch)
tree1b7378169fce58c13249aa85a51992a7c601a38a /qa
parentec13dcd25a80c35843cb7abd012e631c651898a8 (diff)
downloadbugzilla-cd60ea7d685158bf9b024ccf940af3835a6a769c.tar.gz
bugzilla-cd60ea7d685158bf9b024ccf940af3835a6a769c.tar.xz
Bug 1181759 - After bug 1181410, test_bug_edit.t is failing due to change in error message wording
Diffstat (limited to 'qa')
-rw-r--r--qa/t/test_bug_edit.t2
1 files changed, 1 insertions, 1 deletions
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.