Skip to content

Commit 2d25a25

Browse files
Migrate GUI colors test to original CSS color format
1 parent 4ce5a00 commit 2d25a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-gui/default-settings.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
go-to: "file://" + |DOC_PATH| + "/settings/index.html"
66
// Wait a bit to be sure the default theme is applied.
77
// If the theme isn't applied, the command will time out.
8-
wait-for-css: ("body", {"background-color": "rgb(15, 20, 25)"})
8+
wait-for-css: ("body", {"background-color": "#0f1419"})

0 commit comments

Comments
 (0)