7 lines
230 B
Text
7 lines
230 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| + "headings/empty.html"
|
||
|
|
assert-count: (".header-item", 0)
|
||
|
|
assert-count: (".current-header", 0)
|