]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/default-settings.goml
Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC
[rust.git] / src / test / rustdoc-gui / default-settings.goml
index 68b674a11f2f57ded62e11017b400a7b85b42cb8..90f0b087a1b8d7198b47849c3366dd561566447f 100644 (file)
@@ -4,5 +4,5 @@
 // check.
 goto: file://|DOC_PATH|/settings/index.html
 // Wait a bit to be sure the default theme is applied.
-wait-for: 1000
-assert-css: ("body", {"background-color": "rgb(15, 20, 25)"})
+// If the theme isn't applied, the command will time out.
+wait-for-css: ("body", {"background-color": "rgb(15, 20, 25)"})