mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
8 lines
285 B
Plaintext
8 lines
285 B
Plaintext
// This test checks that the source code pages sidebar toggle is working as expected.
|
|
goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
|
|
click: ".srclink"
|
|
wait-for: "#src-sidebar-toggle"
|
|
click: "#src-sidebar-toggle"
|
|
fail: true
|
|
assert-css: ("#source-sidebar", { "left": "-300px" })
|