summaryrefslogtreecommitdiffstats
path: root/xt/selenium/custom_fields.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/custom_fields.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/custom_fields.t')
-rw-r--r--xt/selenium/custom_fields.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/xt/selenium/custom_fields.t b/xt/selenium/custom_fields.t
index 503612d02..d477ace3b 100644
--- a/xt/selenium/custom_fields.t
+++ b/xt/selenium/custom_fields.t
@@ -58,6 +58,7 @@ $sel->select_ok("type", "label=Drop Down");
$sel->type_ok("sortkey", $bug1_id);
$sel->click_ok("enter_bug");
$sel->value_is("enter_bug", "on");
+sleep(3);
$sel->click_ok("new_bugmail");
$sel->value_is("new_bugmail", "on");
$sel->value_is("obsolete", "off");