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 7bb31fc commit ba1821dCopy full SHA for ba1821d
rb/spec/integration/selenium/webdriver/action_builder_spec.rb
@@ -317,7 +317,7 @@ module WebDriver
317
318
describe '#scroll_by', only: {browser: %i[chrome edge firefox]} do
319
it 'scrolls by given amount', except: {browser: :firefox,
320
- platform: %i[macosx, windows],
+ platform: %i[macosx windows],
321
reason: 'scrolls insufficient number of pixels'} do
322
driver.navigate.to url_for('scrolling_tests/frame_with_nested_scrolling_frame_out_of_view.html')
323
footer = driver.find_element(tag_name: 'footer')
0 commit comments