Skip to content

Commit 5e5e6f1

Browse files
committed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ module WebDriver
148148
end
149149

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

0 commit comments

Comments
 (0)