about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/theme-change.goml
blob: 5221cda2f1fb6bb96f7a699e508646ae053dea0a (plain)
1
2
3
4
5
6
7
8
9
10
goto: file://|DOC_PATH|/test_docs/index.html
click: "#theme-picker"
click: "#theme-choices > button:first-child"
wait-for: 500
// should be the ayu theme so let's check the color
assert-css: ("body", { "background-color": "rgb(15, 20, 25)" })
click: "#theme-choices > button:last-child"
wait-for: 500
// should be the light theme so let's check the color
assert-css: ("body", { "background-color": "rgb(255, 255, 255)" })