DEV: Fix a flakey test, skip another one (#27132)

This commit is contained in:
Penar Musaraj
2024-05-22 11:59:47 -04:00
committed by GitHub
parent b0d95c8c78
commit 9d7f374c0f
2 changed files with 3 additions and 3 deletions

View File

@@ -40,9 +40,9 @@ describe "Homepage", type: :system do
text: "Your first notification!",
)
find(".d-header").click
# Find an element with no action to simulate clicking outside the user tip
find("th.topic-list-data span", text: "Topic").click
# Clicking outside element dismisses the tip
expect(page).to have_no_css(
".fk-d-tooltip__content .user-tip__title",
text: "Your first notification!",