Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pending for Firefox #69

Merged
merged 1 commit into from
Nov 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions spec/capybara/playwright_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ module TestSessions
pending "WebKit opens an alert that can't be closed" if ENV['BROWSER'] == 'webkit'
when /shadow_root should produce error messages when failing/
pending "Probably Capybara would assume only Selenium driver."
when /fill_in should handle carriage returns with line feeds in a textarea correctly/
# https://github.com/teamcapybara/capybara/commit/a9dd889b640759925bd04c4991de086160242fae#diff-b62b86ae4de5582bd37146266622e3debbdcab6bab6e95f522185c6a4269067dR82
pending "Not sure what firefox is doing here" if ENV['BROWSER'] == 'firefox'
end

Capybara::SpecHelper.reset!
Expand Down
Loading