Skip to content

Commit 1f8dc10

Browse files
committed
Revert "[rb] Disable failing Edge test"
This reverts commit 2bb1177.
1 parent 71122cd commit 1f8dc10

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

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

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

0 commit comments

Comments
 (0)