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/security.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/selenium/security.t') diff --git a/xt/selenium/security.t b/xt/selenium/security.t index 9c15e0464..c65b4c07b 100644 --- a/xt/selenium/security.t +++ b/xt/selenium/security.t @@ -123,7 +123,7 @@ foreach my $arg (@args) { $sel->title_is("Suspicious Action"); if ($arg eq "token=$admin_cookie") { - $sel->is_text_present_ok("Generated by: admin <$admin_user>"); + $sel->is_text_present_ok("Generated by: admin ($admin_user)"); $sel->is_text_present_ok("This token has not been generated by you"); } else { -- cgit v1.2.3-24-g4f1b