Skip to content

Commit

Permalink
[rb] Enabling ruby test
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 4, 2022
1 parent 2fd24ae commit 8851340
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rb/spec/integration/selenium/webdriver/element_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ module WebDriver
end

# https://github.com/mozilla/geckodriver/issues/245
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999
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
driver.navigate.to url_for('javascriptPage.html')
key_reporter = driver.find_element(id: 'keyReporter')

Expand Down

0 comments on commit 8851340

Please sign in to comment.