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

6 lines
233 B
Text

// 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)