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 dc28798 commit 164497aCopy full SHA for 164497a
rb/spec/integration/selenium/webdriver/driver_spec.rb
@@ -147,10 +147,7 @@ module WebDriver
147
}.to raise_error(Error::NoSuchElementError, /errors#no-such-element-exception/)
148
end
149
150
- it 'raises if invalid locator',
151
- except: {browser: %i[chrome edge],
152
- reason: 'https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'},
153
- exclude: {browser: %i[safari safari_preview], reason: 'Safari TimeoutError'} do
+ it 'raises if invalid locator', 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