Skip to content

Commit

Permalink
[rb] Running format script
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 25, 2024
1 parent 5e5e6f1 commit 4c27f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb/spec/integration/selenium/webdriver/driver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ module WebDriver
end

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
exclude: {browser: %i[safari safari_preview chrome],
reason: 'Safari raises TimeoutError and 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 4c27f8c

Please sign in to comment.