summaryrefslogtreecommitdiffstats
path: root/xt/selenium/password_complexity.t
diff options
context:
space:
mode:
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');