Skip to content

Commit fcf621e

Browse files
authored
Rollup merge of #112492 - GuillaumeGomez:migrate-gui-test-color-13, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of #111459. r? `@notriddle`
2 parents e4f6b3d + 08e0c12 commit fcf621e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/rustdoc-gui/search-reexport.goml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ assert-attribute: (
1717
assert-text: ("//a[@class='result-import']", "test_docs::TheStdReexport")
1818
click: "//a[@class='result-import']"
1919
// We check that it has the background modified thanks to the focus.
20-
wait-for-css: ("//*[@id='reexport.TheStdReexport']", {"background-color": "rgb(73, 74, 61)"})
20+
wait-for-css: ("//*[@id='reexport.TheStdReexport']", {"background-color": "#494a3d"})
2121

2222
// We now check that the alias is working as well on the reexport.
2323
// To be SURE that the search will be run.
@@ -30,4 +30,4 @@ assert-text: (
3030
)
3131
// Same thing again, we click on it to ensure the background is once again set as expected.
3232
click: "//a[@class='result-import']"
33-
wait-for-css: ("//*[@id='reexport.TheStdReexport']", {"background-color": "rgb(73, 74, 61)"})
33+
wait-for-css: ("//*[@id='reexport.TheStdReexport']", {"background-color": "#494a3d"})

0 commit comments

Comments
 (0)