Skip to content

Commit

Permalink
Skip popover click test in firefox until supported
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Apr 14, 2024
1 parent 9b8aa82 commit fc8e651
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/selenium_spec_firefox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ module TestSessions
skip 'Not supported with this geckodriver version' if geckodriver_lt?('0.31.0', @session)
when /Capybara::Session selenium node #set should submit single text input forms if ended with \\n/
pending 'Firefox/geckodriver doesn\'t submit with values ending in \n'
when /Capybara::Session selenium #click_button should work with popovers/
skip "Firefox doesn't currently support popover functionality"
when /popover/
pending "Firefox doesn't currently support popover functionality"
end
Expand Down
4 changes: 4 additions & 0 deletions spec/selenium_spec_firefox_remote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ module TestSessions
skip 'Not supported with this geckodriver version' if geckodriver_lt?('0.31.0', @session)
when /Capybara::Session selenium node #set should submit single text input forms if ended with \\n/
pending 'Firefox/geckodriver doesn\'t submit with values ending in \n'
when /Capybara::Session selenium_firefox_remote #click_button should work with popovers/
skip "Firefox doesn't currently support popover functionality"
when /popover/
pending "Firefox doesn't currently support popover functionality"
end
end

Expand Down

0 comments on commit fc8e651

Please sign in to comment.