Skip to content

Commit cda800a

Browse files
committed
update some firefox tests
1 parent 2f412df commit cda800a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/selenium_spec_firefox.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ module TestSessions
9090
when /Capybara::Session selenium node #set should submit single text input forms if ended with \\n/
9191
pending 'Firefox/geckodriver doesn\'t submit with values ending in \n'
9292
when /Capybara::Session selenium #click_button should work with popovers/
93-
skip "Firefox doesn't currently support popover functionality"
93+
skip "Firefox doesn't currently support popover functionality" if firefox_lt?(125, @session)
9494
when /popover/
95-
pending "Firefox doesn't currently support popover functionality"
95+
pending "Firefox doesn't currently support popover functionality" if firefox_lt?(125, @session)
9696
end
9797
end
9898

0 commit comments

Comments
 (0)