There was an error while loading. Please reload this page.
1 parent ecf5d7f commit fa14cecCopy full SHA for fa14cec
1 file changed
spec/features/driver_spec.rb
@@ -658,6 +658,7 @@ def create_screenshot(file, *args)
658
end
659
660
it "operates a timeout when communicating with browser" do
661
+ @driver.browser.page # attach first so the low timeout covers visit only
662
old_timeout = @driver.timeout
663
@driver.timeout = 0.1
664
expect do
0 commit comments