We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28b066 commit cf8b24fCopy full SHA for cf8b24f
rb/spec/integration/selenium/webdriver/target_locator_spec.rb
@@ -63,7 +63,10 @@ module WebDriver
63
end
64
65
context 'window switching' do
66
- after { quit_driver }
+ after do
67
+ sleep 1 if ENV['TRAVIS']
68
+ quit_driver
69
+ end
70
71
it 'should switch to a window and back when given a block' do
72
driver.navigate.to url_for('xhtmlTest.html')
@@ -129,6 +132,7 @@ module WebDriver
129
132
# Sometimes it's opened in a new window (Firefox 55), sometimes
130
133
# in the same window (Firefox 57). In any event, this has nothing
131
134
# to do with Selenium test.
135
136
reset_driver!
137
138
0 commit comments