Skip to content

Commit 39a028e

Browse files
committed
Clean up guards for specs passing against PhantomJS
1 parent a49033c commit 39a028e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def save_screenshot_and_assert(path)
277277
end
278278
end
279279

280-
describe 'execute async script', except: {browser: :phantomjs} do
280+
describe 'execute async script' do
281281
before do
282282
driver.manage.timeouts.script_timeout = 0
283283
driver.navigate.to url_for('ajaxy_page.html')

0 commit comments

Comments
 (0)