Skip to content

Commit da80c97

Browse files
committed
appears to be fixed in Firefox 136, but broken again in 137
1 parent 955bc13 commit da80c97

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
@@ -318,7 +318,7 @@ module WebDriver
318318

319319
describe '#scroll_by' do
320320
it 'scrolls by given amount',
321-
except: {driver: :firefox, platform: %i[macosx linux], reason: 'returns false on firefox'} do
321+
exclude: {driver: :firefox, reason: 'inconsistent behavior between versions'} 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')
324324
delta_y = footer.rect.y.round

0 commit comments

Comments
 (0)