Skip to content

Commit c034c2e

Browse files
committed
Fix execute_async_script tests for IE
1 parent 11bdccc commit c034c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/driver_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def save_screenshot_and_assert(path)
277277

278278
describe 'execute async script' do
279279
before do
280-
driver.manage.timeouts.script_timeout = 0
280+
driver.manage.timeouts.script_timeout = 1
281281
driver.navigate.to url_for('ajaxy_page.html')
282282
end
283283

0 commit comments

Comments
 (0)