Skip to content

Commit

Permalink
[rb] update specs for legacy firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 17, 2017
1 parent 8014cb3 commit 937cf56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module WebDriver
end
end

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

begin
Expand All @@ -75,7 +75,7 @@ module WebDriver
end
end

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

begin
Expand Down
2 changes: 1 addition & 1 deletion rb/spec/integration/selenium/webdriver/keyboard_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module WebDriver
# Edge - https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8339952
describe Keyboard, except: {browser: %i[edge firefox ie]} do
# Edge - https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8339952
it 'sends keys to the active element', except: {browser: %i[safari ff_esr]} do
it 'sends keys to the active element', except: {browser: %i[safari]} do
driver.navigate.to url_for('bodyTypingTest.html')

driver.keyboard.send_keys 'ab'
Expand Down

0 comments on commit 937cf56

Please sign in to comment.