Skip to content

Commit 9fa5d20

Browse files
committed
[rb] Making the linter happy
1 parent 4c27f8c commit 9fa5d20

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
exclude: {browser: %i[safari safari_preview chrome],
152-
reason: 'Safari raises TimeoutError and https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'} do
152+
reason: 'Safari TimeoutError + https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'} do
153153
driver.navigate.to url_for('xhtmlTest.html')
154154
expect {
155155
driver.find_element(xpath: '*?//-')

0 commit comments

Comments
 (0)