Skip to content

Commit

Permalink
[rb] Making the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 25, 2024
1 parent 4c27f8c commit 9fa5d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/spec/integration/selenium/webdriver/driver_spec.rb
Expand Up @@ -149,7 +149,7 @@ module WebDriver

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

0 comments on commit 9fa5d20

Please sign in to comment.