diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-12-01 22:30:41 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-01 22:30:41 +0100 |
commit | f9950d225c4d7f9830012de57c5e41750675a2cf (patch) | |
tree | 2323dca7af696212c11f9968295db365886879e8 /qa/t | |
parent | 752c32ba420f7e464dbbe7bdb9e587895b0e7b4f (diff) | |
download | bugzilla-f9950d225c4d7f9830012de57c5e41750675a2cf.tar.gz bugzilla-f9950d225c4d7f9830012de57c5e41750675a2cf.tar.xz |
fix test test_custom_fields.t
Diffstat (limited to 'qa/t')
-rw-r--r-- | qa/t/test_custom_fields.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/t/test_custom_fields.t b/qa/t/test_custom_fields.t index fa669b79e..70ffe876a 100644 --- a/qa/t/test_custom_fields.t +++ b/qa/t/test_custom_fields.t @@ -56,6 +56,7 @@ $sel->type_ok("sortkey", $bug1_id); $sel->click_ok("enter_bug"); $sel->value_is("enter_bug", "on"); $sel->click_ok("new_bugmail"); +sleep 5; $sel->value_is("new_bugmail", "on"); $sel->value_is("obsolete", "off"); $sel->click_ok("create"); |