mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
34bc8fbea3
The CSS uses an inconsistent mix of both. This commit switches it to always use `src`.
8 lines
290 B
Plaintext
8 lines
290 B
Plaintext
// This test checks that the source code pages sidebar toggle is working as expected.
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
|
|
click: "a.src"
|
|
wait-for: "#src-sidebar-toggle"
|
|
click: "#src-sidebar-toggle"
|
|
expect-failure: true
|
|
assert-css: ("#src-sidebar", { "left": "-300px" })
|