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 8960ff0 commit f8db820Copy full SHA for f8db820
rb/spec/integration/selenium/webdriver/driver_spec.rb
@@ -148,9 +148,6 @@ module WebDriver
148
end
149
150
it 'raises if invalid locator',
151
- except: {browser: :edge,
152
- 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')
156
expect {
0 commit comments