Skip to content

Commit

Permalink
Rollup merge of rust-lang#126436 - GuillaumeGomez:reduce-gui-tests-fl…
Browse files Browse the repository at this point in the history
…akyness, r=lqd

Reduce rustdoc GUI tests flakyness

Fixes rust-lang#126430.

r? `@notriddle`
  • Loading branch information
matthiaskrgr committed Jun 13, 2024
2 parents 6369dae + 3de874a commit 6483e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustdoc-gui/utils.goml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ define-function: (
// Close the popover.
click: "#settings-menu"
// Ensure that the local storage was correctly updated.
assert-local-storage: {"rustdoc-theme": |theme|}
wait-for-local-storage: {"rustdoc-theme": |theme|}
},
)

0 comments on commit 6483e65

Please sign in to comment.