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 5b6fa48 commit e062acbCopy full SHA for e062acb
rb/spec/integration/selenium/webdriver/driver_spec.rb
@@ -148,8 +148,9 @@ module WebDriver
148
end
149
150
it 'raises if invalid locator',
151
- exclude: {browser: %i[safari safari_preview chrome edge],
152
- reason: 'Safari TimeoutError + https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'} do
+ except: {browser: %i[chrome edge],
+ reason: 'https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'},
153
+ exclude: {browser: %i[safari safari_preview], reason: 'Safari TimeoutError'} do
154
driver.navigate.to url_for('xhtmlTest.html')
155
expect {
156
driver.find_element(xpath: '*?//-')
0 commit comments