DEV: Remove default button classes from sidebar buttons (#26893)

This commit is contained in:
Kris
2024-05-07 09:20:30 -04:00
committed by GitHub
parent 26c8eab1f3
commit 01e725a225
10 changed files with 28 additions and 60 deletions

View File

@ -83,7 +83,7 @@ describe "Homepage", type: :system do
expect(page).to have_css(".new-home", text: "Hi friends!")
expect(page).to have_no_css(".list-container")
find("#sidebar-section-content-community .sidebar-section-link:first-child").click
find("#sidebar-section-content-community li:first-child").click
expect(page).to have_css(".list-container")
find("#site-logo").click