Skip to content

Commit

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

it 'raises if invalid locator',
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
exclude: {browser: %i[safari safari_preview chrome],
reason: 'Safari TimeoutError + https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'} do
driver.navigate.to url_for('xhtmlTest.html')
expect {
driver.find_element(xpath: '*?//-')
Expand Down

0 comments on commit 1f8dc10

Please sign in to comment.