DEV: Skip failing system test on CI (#28568)

This commit is contained in:
Alan Guo Xiang Tan 2024-08-27 10:33:42 +08:00 committed by GitHub
parent da4657d7ec
commit 82b50ab7a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@ describe "Topic Map - Private Message", type: :system do
end
it "has private message map that shows correct participants and allows editing of participant invites" do
skip_on_ci!(<<~REASON)
Failing on CI quite consistently with the following error:
`expected to find link "anne1" with href "/u/anne1" within #<Capybara::Node::Element tag="div" path="..."> but there were no matches`
REASON
freeze_time
sign_in(user)
topic_page.visit_topic(topic)