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 6bf8264 commit 7d7e638Copy full SHA for 7d7e638
rb/spec/integration/selenium/webdriver/action_builder_spec.rb
@@ -317,7 +317,9 @@ module WebDriver
317
end
318
319
describe '#scroll_by' do
320
- it 'scrolls by given amount' do
+ it 'scrolls by given amount', except: {browser: :firefox,
321
+ platform: :linux,
322
+ reason: 'scrolls insufficient number of pixels'} do
323
driver.navigate.to url_for('scrolling_tests/frame_with_nested_scrolling_frame_out_of_view.html')
324
footer = driver.find_element(tag_name: 'footer')
325
delta_y = footer.rect.y.round
0 commit comments