Skip to content

Commit 1b49a64

Browse files
committed
[rb] update test guard for fix in linux edgedriver v126
1 parent dec42aa commit 1b49a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module WebDriver
149149

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

0 commit comments

Comments
 (0)