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 dec42aa commit 1b49a64Copy full SHA for 1b49a64
rb/spec/integration/selenium/webdriver/driver_spec.rb
@@ -149,7 +149,7 @@ module WebDriver
149
150
it 'raises if invalid locator',
151
except: {browser: :edge,
152
- platform: %i[windows linux],
+ platform: :windows,
153
reason: 'https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'},
154
exclude: {browser: %i[safari safari_preview], reason: 'Safari TimeoutError'} do
155
driver.navigate.to url_for('xhtmlTest.html')
0 commit comments