Skip to content

Commit ba1821d

Browse files
committed
Fix platform list in #scroll_by guard
1 parent 7bb31fc commit ba1821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/action_builder_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ module WebDriver
317317

318318
describe '#scroll_by', only: {browser: %i[chrome edge firefox]} do
319319
it 'scrolls by given amount', except: {browser: :firefox,
320-
platform: %i[macosx, windows],
320+
platform: %i[macosx windows],
321321
reason: 'scrolls insufficient number of pixels'} do
322322
driver.navigate.to url_for('scrolling_tests/frame_with_nested_scrolling_frame_out_of_view.html')
323323
footer = driver.find_element(tag_name: 'footer')

0 commit comments

Comments
 (0)