Skip to content

Commit 937cf56

Browse files
committed
[rb] update specs for legacy firefox
1 parent 8014cb3 commit 937cf56

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module WebDriver
5454
end
5555
end
5656

57-
it 'takes a binary path as an argument' do
57+
it 'takes a binary path as an argument', except: {browser: :ff_esr} do
5858
skip "Set ENV['ALT_FIREFOX_BINARY'] to test this" unless ENV['ALT_FIREFOX_BINARY']
5959

6060
begin
@@ -75,7 +75,7 @@ module WebDriver
7575
end
7676
end
7777

78-
it 'gives precedence to firefox options versus argument switch' do
78+
it 'gives precedence to firefox options versus argument switch', except: {browser: :ff_esr} do
7979
skip "Set ENV['ALT_FIREFOX_BINARY'] to test this" unless ENV['ALT_FIREFOX_BINARY']
8080

8181
begin

rb/spec/integration/selenium/webdriver/keyboard_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module WebDriver
2323
# Edge - https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8339952
2424
describe Keyboard, except: {browser: %i[edge firefox ie]} do
2525
# Edge - https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8339952
26-
it 'sends keys to the active element', except: {browser: %i[safari ff_esr]} do
26+
it 'sends keys to the active element', except: {browser: %i[safari]} do
2727
driver.navigate.to url_for('bodyTypingTest.html')
2828

2929
driver.keyboard.send_keys 'ab'

0 commit comments

Comments
 (0)