diff options
author | David Lawrence <dkl@mozilla.com> | 2016-09-06 16:49:39 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-09-06 16:49:39 +0200 |
commit | 19470799dc9f7a5e261f37d31b6c3f274d507154 (patch) | |
tree | 20f084fe8ab9319f050890af5eb174334fdcaf4f | |
parent | bdf67f76290f43cd9ea22a872d6db86c272343d5 (diff) | |
download | bugzilla-19470799dc9f7a5e261f37d31b6c3f274d507154.tar.gz bugzilla-19470799dc9f7a5e261f37d31b6c3f274d507154.tar.xz |
- Further test suite fixes for email/login changes
-rw-r--r-- | xt/selenium/user_groups.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xt/selenium/user_groups.t b/xt/selenium/user_groups.t index 563dcd6b7..733f5edc3 100644 --- a/xt/selenium/user_groups.t +++ b/xt/selenium/user_groups.t @@ -73,7 +73,7 @@ $sel->type_ok('password', 'selenium', 'Enter password'); $sel->type_ok('disabledtext', 'Not for common usage'); $sel->click_ok('add'); $sel->wait_for_page_to_load_ok(WAIT_TIME); -$sel->title_is('Edit user master-user <master@selenium.bugzilla.org>'); +$sel->title_is('Edit user master-user (master@selenium.bugzilla.org)'); $sel->check_ok("//input[\@name='group_$master_gid']"); $sel->click_ok('update'); $sel->wait_for_page_to_load_ok(WAIT_TIME); @@ -89,7 +89,7 @@ $sel->type_ok('password', 'selenium', 'Enter password'); $sel->type_ok('disabledtext', 'Not for common usage'); $sel->click_ok('add'); $sel->wait_for_page_to_load_ok(WAIT_TIME); -$sel->title_is('Edit user slave-user <slave@selenium.bugzilla.org>'); +$sel->title_is('Edit user slave-user (slave@selenium.bugzilla.org)'); $sel->check_ok("//input[\@name='group_$slave_gid']"); $sel->click_ok('update'); $sel->wait_for_page_to_load_ok(WAIT_TIME); @@ -105,7 +105,7 @@ $sel->type_ok('password', 'selenium', 'Enter password'); $sel->type_ok('disabledtext', 'Not for common usage'); $sel->click_ok('add'); $sel->wait_for_page_to_load_ok(WAIT_TIME); -$sel->title_is('Edit user reg-user <reg@selenium.bugzilla.org>'); +$sel->title_is('Edit user reg-user (reg@selenium.bugzilla.org)'); # Disabled accounts are not listed by default. |