Skip to content

Commit f8db820

Browse files
committed
[rb] remove guards from test for fixed edge bug
1 parent 8960ff0 commit f8db820

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

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

150150
it 'raises if invalid locator',
151-
except: {browser: :edge,
152-
platform: :windows,
153-
reason: 'https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'},
154151
exclude: {browser: %i[safari safari_preview], reason: 'Safari TimeoutError'} do
155152
driver.navigate.to url_for('xhtmlTest.html')
156153
expect {

0 commit comments

Comments
 (0)