DEV: use more specific selector to avoid flaky test (#78)

This commit is contained in:
Kris 2024-02-02 10:41:34 -05:00 committed by GitHub
parent efb445714c
commit 76af241de6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ RSpec.describe "DiscoTOC", system: true do
find("#topic-progress").click
expect(page).to have_no_css(".timeline-toggle")
expect(page).to have_no_css(".timeline-fullscreen .timeline-toggle")
end
it "d-toc-mini is hidden when scrolled past the first post" do