We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6369dae + 3de874a commit 6483e65Copy full SHA for 6483e65
tests/rustdoc-gui/utils.goml
@@ -13,6 +13,6 @@ define-function: (
13
// Close the popover.
14
click: "#settings-menu"
15
// Ensure that the local storage was correctly updated.
16
- assert-local-storage: {"rustdoc-theme": |theme|}
+ wait-for-local-storage: {"rustdoc-theme": |theme|}
17
},
18
)
0 commit comments