From bdf67f76290f43cd9ea22a872d6db86c272343d5 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 31 Aug 2016 18:59:48 -0400 Subject: - Selenium test script fixes to work with recent email/login changes --- xt/selenium/password_complexity.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/selenium/password_complexity.t') 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'); -- cgit v1.2.3-24-g4f1b