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