We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f412df commit cda800aCopy full SHA for cda800a
spec/selenium_spec_firefox.rb
@@ -90,9 +90,9 @@ module TestSessions
90
when /Capybara::Session selenium node #set should submit single text input forms if ended with \\n/
91
pending 'Firefox/geckodriver doesn\'t submit with values ending in \n'
92
when /Capybara::Session selenium #click_button should work with popovers/
93
- skip "Firefox doesn't currently support popover functionality"
+ skip "Firefox doesn't currently support popover functionality" if firefox_lt?(125, @session)
94
when /popover/
95
- pending "Firefox doesn't currently support popover functionality"
+ pending "Firefox doesn't currently support popover functionality" if firefox_lt?(125, @session)
96
end
97
98
0 commit comments