Skip to content

Commit 3de874a

Browse files
Reduce rustdoc GUI tests flakyness
1 parent f158600 commit 3de874a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)