Skip to content

Commit 6483e65

Browse files
authored
Rollup merge of #126436 - GuillaumeGomez:reduce-gui-tests-flakyness, r=lqd
Reduce rustdoc GUI tests flakyness Fixes #126430. r? `@notriddle`
2 parents 6369dae + 3de874a commit 6483e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-gui/utils.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ define-function: (
1313
// Close the popover.
1414
click: "#settings-menu"
1515
// Ensure that the local storage was correctly updated.
16-
assert-local-storage: {"rustdoc-theme": |theme|}
16+
wait-for-local-storage: {"rustdoc-theme": |theme|}
1717
},
1818
)

0 commit comments

Comments
 (0)