We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c27f8c commit 9fa5d20Copy full SHA for 9fa5d20
rb/spec/integration/selenium/webdriver/driver_spec.rb
@@ -149,7 +149,7 @@ module WebDriver
149
150
it 'raises if invalid locator',
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
+ reason: 'Safari TimeoutError + https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743'} do
153
driver.navigate.to url_for('xhtmlTest.html')
154
expect {
155
driver.find_element(xpath: '*?//-')
0 commit comments