From f9950d225c4d7f9830012de57c5e41750675a2cf Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 1 Dec 2017 16:30:41 -0500 Subject: fix test test_custom_fields.t --- qa/t/test_custom_fields.t | 1 + 1 file changed, 1 insertion(+) (limited to 'qa') 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"); -- cgit v1.2.3-24-g4f1b