1
0
mirror of synced 2026-05-22 18:33:15 +00:00

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
+1 -1
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