mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
e94bda3bf1
commit
3522baa8ba
@ -3,9 +3,9 @@ go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
|
||||
set-local-storage: {"rustdoc-use-system-theme": "false", "rustdoc-theme": "dark"}
|
||||
reload:
|
||||
|
||||
store-value: (background_light, "rgb(255, 255, 255)")
|
||||
store-value: (background_dark, "rgb(53, 53, 53)")
|
||||
store-value: (background_ayu, "rgb(15, 20, 25)")
|
||||
store-value: (background_light, "white")
|
||||
store-value: (background_dark, "#353535")
|
||||
store-value: (background_ayu, "#0f1419")
|
||||
|
||||
click: "#settings-menu"
|
||||
wait-for: "#theme-ayu"
|
||||
|
Loading…
Reference in New Issue
Block a user