Skip to content

Commit 164497a

Browse files
committed
[rb] remove guard on test; Google fixed invalid locator error bug
1 parent dc28798 commit 164497a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,7 @@ module WebDriver
147147
}.to raise_error(Error::NoSuchElementError, /errors#no-such-element-exception/)
148148
end
149149

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
150+
it 'raises if invalid locator', exclude: {browser: %i[safari safari_preview], reason: 'Safari TimeoutError'} do
154151
driver.navigate.to url_for('xhtmlTest.html')
155152
expect {
156153
driver.find_element(xpath: '*?//-')

0 commit comments

Comments
 (0)