DEV: skip flakey spec (#760)

This commit is contained in:
Sam 2025-06-27 15:29:46 +10:00 committed by GitHub
parent 197aa5bd1f
commit 35b70ace7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 1 deletions

View File

@ -109,7 +109,14 @@ describe "Post event", type: :system do
expect(page).to have_css(".event-info .name", text: "<script>alert(1);</script>")
end
it "can create, close, and open an event" do
xit "can create, close, and open an event" do
# failing on:
# Playwright::Error:
# Element is not attached to the DOM
# Call log:
# - attempting click action
# - - waiting for element to be visible, enabled and stable
# - - element is visible, enabled and stable
visit "/new-topic"
title = "My upcoming l33t event"
tomorrow = (Time.zone.now + 1.day).strftime("%Y-%m-%d")