2021-06-13 00:19:26 -05:00
|
|
|
// 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.
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
|
2023-01-10 12:35:37 -06:00
|
|
|
assert-attribute: (".toggle.implementors-toggle", {"open": ""})
|