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 3d05940 commit 6bf8264Copy full SHA for 6bf8264
rb/spec/integration/selenium/webdriver/action_builder_spec.rb
@@ -317,9 +317,7 @@ module WebDriver
317
end
318
319
describe '#scroll_by' do
320
- it 'scrolls by given amount', except: {browser: :firefox,
321
- platform: :macosx,
322
- reason: 'scrolls insufficient number of pixels'} do
+ it 'scrolls by given amount' 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