Skip to content

Commit 7d7e638

Browse files
committed
[rb] Skipping test for linux now
1 parent 6bf8264 commit 7d7e638

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,9 @@ module WebDriver
317317
end
318318

319319
describe '#scroll_by' do
320-
it 'scrolls by given amount' do
320+
it 'scrolls by given amount', except: {browser: :firefox,
321+
platform: :linux,
322+
reason: 'scrolls insufficient number of pixels'} do
321323
driver.navigate.to url_for('scrolling_tests/frame_with_nested_scrolling_frame_out_of_view.html')
322324
footer = driver.find_element(tag_name: 'footer')
323325
delta_y = footer.rect.y.round

0 commit comments

Comments
 (0)