summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/toggled-open-implementations.goml
blob: 238205dd4df8198fed2b6f2ca1237d305dbd5471 (plain)
1
2
3
4
5
// This tests that the "implementations" section on struct/enum pages
// has all the implementations toggled open by default, so users can
// find method names in those implementations with Ctrl-F.
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
assert-attribute: (".toggle.implementors-toggle", {"open": ""})