Sign in
rust
/
rust
/
4fba51da4cc48aeef72ce54cea67e4d1c7c39cc5
/
.
/
tests
/
rustdoc-gui
/
toggle-implementors.goml
blob: c4056275d3e1e034bf8cdda3c1ddd79f847db3a8 [
file
] [
log
] [
blame
]
// 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
)