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 454ae4e commit b1e898bCopy full SHA for b1e898b
spec/selenium_spec_firefox_remote.rb
@@ -78,6 +78,8 @@ module TestSessions
78
when /Capybara::Session selenium_firefox_remote node #shadow_root/
79
skip 'Not supported with this Selenium version' if selenium_lt?('4.1', @session)
80
skip 'Not supported with this geckodriver version' if geckodriver_lt?('0.31.0', @session)
81
+ when /Capybara::Session selenium_firefox_remote node #set should submit single text input forms if ended with \\n/
82
+ pending 'Firefox/geckodriver doesn\'t submit with values ending in \n'
83
end
84
85
0 commit comments