about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/code-sidebar-toggle.goml
blob: 69fc860244b7b113f24bb9f6031dbbf579a7ef5f (plain)
1
2
3
4
5
6
goto: file://|DOC_PATH|/index.html
click: ".srclink"
click: "#sidebar-toggle"
wait-for: 500
fail: true
assert: ("#source-sidebar", { "left": "-300px" })