Commit 19470799 authored by David Lawrence's avatar David Lawrence

- Further test suite fixes for email/login changes

parent bdf67f76
...@@ -73,7 +73,7 @@ $sel->type_ok('password', 'selenium', 'Enter password'); ...@@ -73,7 +73,7 @@ $sel->type_ok('password', 'selenium', 'Enter password');
$sel->type_ok('disabledtext', 'Not for common usage'); $sel->type_ok('disabledtext', 'Not for common usage');
$sel->click_ok('add'); $sel->click_ok('add');
$sel->wait_for_page_to_load_ok(WAIT_TIME); $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->check_ok("//input[\@name='group_$master_gid']");
$sel->click_ok('update'); $sel->click_ok('update');
$sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->wait_for_page_to_load_ok(WAIT_TIME);
...@@ -89,7 +89,7 @@ $sel->type_ok('password', 'selenium', 'Enter password'); ...@@ -89,7 +89,7 @@ $sel->type_ok('password', 'selenium', 'Enter password');
$sel->type_ok('disabledtext', 'Not for common usage'); $sel->type_ok('disabledtext', 'Not for common usage');
$sel->click_ok('add'); $sel->click_ok('add');
$sel->wait_for_page_to_load_ok(WAIT_TIME); $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->check_ok("//input[\@name='group_$slave_gid']");
$sel->click_ok('update'); $sel->click_ok('update');
$sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->wait_for_page_to_load_ok(WAIT_TIME);
...@@ -105,7 +105,7 @@ $sel->type_ok('password', 'selenium', 'Enter password'); ...@@ -105,7 +105,7 @@ $sel->type_ok('password', 'selenium', 'Enter password');
$sel->type_ok('disabledtext', 'Not for common usage'); $sel->type_ok('disabledtext', 'Not for common usage');
$sel->click_ok('add'); $sel->click_ok('add');
$sel->wait_for_page_to_load_ok(WAIT_TIME); $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. # Disabled accounts are not listed by default.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment