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/strict_isolation.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xt/selenium/strict_isolation.t') diff --git a/xt/selenium/strict_isolation.t b/xt/selenium/strict_isolation.t index 575966738..a0400bbac 100644 --- a/xt/selenium/strict_isolation.t +++ b/xt/selenium/strict_isolation.t @@ -90,7 +90,7 @@ $sel->type_ok("matchstr", $qa_user); $sel->select_ok("matchtype", "label=exact (find this user)"); $sel->click_ok("search"); $sel->wait_for_page_to_load_ok(WAIT_TIME); -$sel->title_is("Edit user QA-Selenium-TEST <$qa_user>"); +$sel->title_is("Edit user QA-Selenium-TEST ($qa_user)"); $sel->check_ok("group_$master_gid"); $sel->click_ok("update"); $sel->wait_for_page_to_load_ok(WAIT_TIME); @@ -128,7 +128,7 @@ $sel->type_ok("matchstr", $qa_user); $sel->select_ok("matchtype", "label=exact (find this user)"); $sel->click_ok("search"); $sel->wait_for_page_to_load_ok(WAIT_TIME); -$sel->title_is("Edit user QA-Selenium-TEST <$qa_user>"); +$sel->title_is("Edit user QA-Selenium-TEST ($qa_user)"); $sel->uncheck_ok("group_$master_gid"); $sel->click_ok("update"); $sel->wait_for_page_to_load_ok(WAIT_TIME); -- cgit v1.2.3-24-g4f1b