summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/code-sidebar-toggle.goml
blob: 00a0ea1e1a27ca578ec6cab5838bc5e881ca1940 (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" })