Skip to content

Commit

Permalink
Rollup merge of rust-lang#116106 - GuillaumeGomez:migrate-gui-test-co…
Browse files Browse the repository at this point in the history
…lor-42, r=notriddle

Migrate GUI colors test to original CSS color format

Follow-up of rust-lang#111459.

And with this one I'm finally done with this migration.

r? ``@notriddle``
  • Loading branch information
matthiaskrgr authored Sep 23, 2023
2 parents 2fd7acf + 2d25a25 commit 164517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustdoc-gui/default-settings.goml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
go-to: "file://" + |DOC_PATH| + "/settings/index.html"
// Wait a bit to be sure the default theme is applied.
// If the theme isn't applied, the command will time out.
wait-for-css: ("body", {"background-color": "rgb(15, 20, 25)"})
wait-for-css: ("body", {"background-color": "#0f1419"})

0 comments on commit 164517c

Please sign in to comment.