We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f158600 commit 3de874aCopy full SHA for 3de874a
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