From 014d2aa4debff0439310a44a7d004f17e63925a3 Mon Sep 17 00:00:00 2001 From: YusukeIwaki Date: Tue, 20 Feb 2024 00:13:36 +0900 Subject: [PATCH] Mark wrong spec as pending --- spec/capybara/playwright_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/capybara/playwright_spec.rb b/spec/capybara/playwright_spec.rb index 85346ed..6540f8c 100644 --- a/spec/capybara/playwright_spec.rb +++ b/spec/capybara/playwright_spec.rb @@ -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!