rust/tests/rustdoc-gui/toggle-implementors.goml

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

5 lines
220 B
Plaintext
Raw Normal View History

2021-09-01 13:34:51 -05:00
// This test ensures that the implementors toggle are not open by default.
go-to: "file://" + |DOC_PATH| + "/implementors/trait.Whatever.html"
assert-attribute-false: ("#implementors-list > details", {"open": ""}, ALL)