Skip to content

Commit

Permalink
[rb] remove guards from test for fixed edge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 20, 2024
1 parent 8960ff0 commit f8db820
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 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,6 @@ module WebDriver
end

it 'raises if invalid locator',
except: {browser: :edge,
platform: :windows,
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 {
Expand Down

0 comments on commit f8db820

Please sign in to comment.