Rollup merge of #112388 - GuillaumeGomez:migrate-gui-test-color-12, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of https://github.com/rust-lang/rust/pull/111459. r? `@notriddle`
This commit is contained in:
commit
53ee185855
@ -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…
x
Reference in New Issue
Block a user