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/user_matching.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xt/selenium/user_matching.t') diff --git a/xt/selenium/user_matching.t b/xt/selenium/user_matching.t index 54afe08b2..26b9e009e 100644 --- a/xt/selenium/user_matching.t +++ b/xt/selenium/user_matching.t @@ -61,7 +61,7 @@ $sel->type_ok("newcc", "$config->{unprivileged_user_login_truncated}*"); $sel->click_ok("commit"); $sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->title_is("Confirm Match"); -$sel->is_text_present_ok("<$config->{unprivileged_user_login}>"); +$sel->is_text_present_ok("($config->{unprivileged_user_login})"); $sel->go_back_ok(); $sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->title_like(qr/^$bug1_id/); @@ -164,7 +164,7 @@ $sel->type_ok("newcc", $config->{tweakparams_user_login_truncated}); $sel->click_ok("commit"); $sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->title_is("Confirm Match"); -$sel->is_text_present_ok("<$config->{tweakparams_user_login}>"); +$sel->is_text_present_ok("($config->{tweakparams_user_login})"); # Now test user menus. It must NOT display users we are not allowed to see. -- cgit v1.2.3-24-g4f1b