Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
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
)