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 2fd24ae commit 8851340Copy full SHA for 8851340
1 file changed
rb/spec/integration/selenium/webdriver/element_spec.rb
@@ -62,8 +62,7 @@ module WebDriver
62
end
63
64
# https://github.com/mozilla/geckodriver/issues/245
65
- # https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999
66
- it 'should send key presses chords', except: {browser: %i[chrome firefox firefox_nightly safari safari_preview]} do
+ it 'should send key presses chords', except: {browser: %i[firefox firefox_nightly safari safari_preview]} do
67
driver.navigate.to url_for('javascriptPage.html')
68
key_reporter = driver.find_element(id: 'keyReporter')
69
0 commit comments