DEV: skip flakey spec (#760)
This commit is contained in:
parent
197aa5bd1f
commit
35b70ace7e
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue