mdbook/tests/gui/heading-nav-empty.goml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
233 B
Text
Raw Permalink Normal View History

// When there aren't any headings, there shouldn't be any header items in the sidebar.
set-window-size: (1400, 800)
go-to: |DOC_PATH| + "heading-nav/empty.html"
assert-count: (".header-item", 0)
assert-count: (".current-header", 0)