Skip to content

Commit eb3e2bb

Browse files
committed
test(functions): attempt to handle flaky test that fails only on ff
1 parent 5f97b0e commit eb3e2bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/endtoend/functions/jquery/forms/SubmitFunctionWithoutJSTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public void submit_function_without_js__input_b() {
5656
@Test
5757
public void submit_function_without_js__div_b() {
5858
$("#div-b").submit();
59+
$.pause(1000);
5960
assertThat($.url(), endsWith("WithoutJSTest_3.html?bName=bValue"));
6061
}
6162

0 commit comments

Comments
 (0)