rust/tests/rustdoc-gui/toggle-implementors.goml
2023-01-11 09:32:08 +00:00

5 lines
219 B
Plaintext

// This test ensures that the implementors toggle are not open by default.
goto: "file://" + |DOC_PATH| + "/implementors/trait.Whatever.html"
assert-attribute-false: ("#implementors-list > details", {"open": ""}, ALL)