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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -246,7 +246,7 @@ RSpec.describe "Editing sidebar categories navigation", type: :system do
end
end
it "loads all the categories eventually" do
xit "loads all the categories eventually" do
visit "/latest"
expect(sidebar).to have_categories_section

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!",