Skip to content

Commit 813de31

Browse files
committed
Disable send chords keys test for Chrome
1 parent 90da328 commit 813de31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rb/spec/integration/selenium/webdriver/element_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ module WebDriver
6262
end
6363

6464
# https://github.com/mozilla/geckodriver/issues/245
65-
it 'should send key presses chords', except: {browser: %i[firefox firefox_nightly safari safari_preview]} do
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
6667
driver.navigate.to url_for('javascriptPage.html')
6768
key_reporter = driver.find_element(id: 'keyReporter')
6869

0 commit comments

Comments
 (0)