Skip to content

Commit

Permalink
Mark wrong spec as pending
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Feb 19, 2024
1 parent 82e1db5 commit 014d2aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/capybara/playwright_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ module TestSessions
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'
when /#has_element\? should be true if the given element is on the page/
pending 'https://github.com/teamcapybara/capybara/pull/2751'
end

Capybara::SpecHelper.reset!
Expand Down

0 comments on commit 014d2aa

Please sign in to comment.