Skip to content

Commit e062acb

Browse files
committed
[rb] Disable failing Edge test
1 parent 5b6fa48 commit e062acb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ module WebDriver
148148
end
149149

150150
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
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
153154
driver.navigate.to url_for('xhtmlTest.html')
154155
expect {
155156
driver.find_element(xpath: '*?//-')

0 commit comments

Comments
 (0)