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 Mar 28, 2024
1 parent e8f1a94 commit 2bb1177
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rb/spec/integration/selenium/webdriver/driver_spec.rb
Expand Up @@ -148,8 +148,9 @@ module WebDriver
end

it 'raises if invalid locator',
exclude: {browser: %i[safari safari_preview chrome],
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 2bb1177

Please sign in to comment.