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

5 lines
220 B
Plaintext
Raw Normal View History

2021-09-01 20:34:51 +02: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)