summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/code-sidebar-toggle.goml
blob: 867db056948b65a327087939c8ac2739dbf0b3a9 (plain)
1
2
3
4
5
6
7
// 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: "#sidebar-toggle"
click: "#sidebar-toggle"
fail: true
assert-css: ("#source-sidebar", { "left": "-300px" })