summaryrefslogtreecommitdiffstats
path: root/xt/selenium/bug_edit.t
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-09-01 00:59:48 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-09-01 01:00:15 +0200
commitbdf67f76290f43cd9ea22a872d6db86c272343d5 (patch)
treea94e6ea02bb8a6f07ca76f7db6135470ff5ea343 /xt/selenium/bug_edit.t
parenta5e4ef4e85a1dfa79123c7f9c441a9d469442318 (diff)
downloadbugzilla-bdf67f76290f43cd9ea22a872d6db86c272343d5.tar.gz
bugzilla-bdf67f76290f43cd9ea22a872d6db86c272343d5.tar.xz
- Selenium test script fixes to work with recent email/login changes
Diffstat (limited to 'xt/selenium/bug_edit.t')
-rw-r--r--xt/selenium/bug_edit.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/xt/selenium/bug_edit.t b/xt/selenium/bug_edit.t
index 10bab3fe0..16ddd58ac 100644
--- a/xt/selenium/bug_edit.t
+++ b/xt/selenium/bug_edit.t
@@ -249,8 +249,8 @@ $sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Full Text Bug Listing");
$sel->is_text_present_ok("Bug $bug1_id");
$sel->is_text_present_ok("Status: CONFIRMED");
-$sel->is_text_present_ok("Reporter: QA-Selenium-TEST <$config->{QA_Selenium_TEST_user_login}>");
-$sel->is_text_present_ok("Assignee: admin <$config->{admin_user_login}>");
+$sel->is_text_present_ok("Reporter: QA-Selenium-TEST ($config->{QA_Selenium_TEST_user_login})");
+$sel->is_text_present_ok("Assignee: admin ($config->{admin_user_login})");
$sel->is_text_present_ok("Severity: blocker");
$sel->is_text_present_ok("Priority: Highest");
$sel->is_text_present_ok("I have no privs, I can only comment");