From: Dylan William Hardison Date: Fri, 1 Dec 2017 21:30:41 +0000 (-0500) Subject: fix test test_custom_fields.t X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9950d225c4d7f9830012de57c5e41750675a2cf;p=thirdparty%2Fbugzilla.git fix test test_custom_fields.t --- 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");