Skip to content

Commit b1e898b

Browse files
committed
Allow expected error
1 parent 454ae4e commit b1e898b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/selenium_spec_firefox_remote.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ module TestSessions
7878
when /Capybara::Session selenium_firefox_remote node #shadow_root/
7979
skip 'Not supported with this Selenium version' if selenium_lt?('4.1', @session)
8080
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'
8183
end
8284
end
8385

0 commit comments

Comments
 (0)