Skip to content

Commit

Permalink
remove resolve payload as it is not significant to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Oct 31, 2018
1 parent dc53bbb commit 0a36538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdriver/tests/execute_script/promise.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_promise_resolve_timeout(session):
response = execute_script(session, """
return new Promise(
(resolve) => setTimeout(
() => resolve('success'),
() => resolve(),
1000
)
);
Expand Down

0 comments on commit 0a36538

Please sign in to comment.