Skip to content

Commit 470fd82

Browse files
committed
[rb] seems to be working when run via remote
1 parent a18152b commit 470fd82

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
end
318318

319319
describe '#scroll_by' do
320-
it 'scrolls by given amount', except: {browser: :firefox, reason: 'returns false on firefox'} do
320+
it 'scrolls by given amount', except: {driver: :firefox, reason: 'returns false on firefox'} do
321321
driver.navigate.to url_for('scrolling_tests/frame_with_nested_scrolling_frame_out_of_view.html')
322322
footer = driver.find_element(tag_name: 'footer')
323323
delta_y = footer.rect.y.round

0 commit comments

Comments
 (0)