Skip to content

Commit

Permalink
[rb] Disable failing Edge test
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 18, 2024
1 parent 5b6fa48 commit e062acb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rb/spec/integration/selenium/webdriver/driver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,9 @@ module WebDriver
end

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

0 comments on commit e062acb

Please sign in to comment.