File tree Expand file tree Collapse file tree
rb/spec/integration/selenium/webdriver Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments