summaryrefslogtreecommitdiffstats
path: root/xt/selenium/password_complexity.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/password_complexity.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/password_complexity.t')
-rw-r--r--xt/selenium/password_complexity.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/selenium/password_complexity.t b/xt/selenium/password_complexity.t
index 8c019639d..f8ea02988 100644
--- a/xt/selenium/password_complexity.t
+++ b/xt/selenium/password_complexity.t
@@ -60,7 +60,7 @@ sub check_passwords {
$sel->click_ok('link=add a new user');
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is('Add user');
- $sel->type_ok('login', $new_user);
+ $sel->type_ok('email', $new_user);
foreach my $password (@$invalid_passwords) {
$sel->type_ok('password', $password, 'Enter password');