summaryrefslogtreecommitdiffstats
path: root/xt/selenium/security.t
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-09-01 00:59:48 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-09-01 01:00:15 +0200
commitbdf67f76290f43cd9ea22a872d6db86c272343d5 (patch)
treea94e6ea02bb8a6f07ca76f7db6135470ff5ea343 /xt/selenium/security.t
parenta5e4ef4e85a1dfa79123c7f9c441a9d469442318 (diff)
downloadbugzilla-bdf67f76290f43cd9ea22a872d6db86c272343d5.tar.gz
bugzilla-bdf67f76290f43cd9ea22a872d6db86c272343d5.tar.xz
- Selenium test script fixes to work with recent email/login changes
Diffstat (limited to 'xt/selenium/security.t')
-rw-r--r--xt/selenium/security.t2
1 files changed, 1 insertions, 1 deletions
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 {