Skip to content

Commit

Permalink
Rollup merge of #88896 - GuillaumeGomez:flakyness, r=camelid
Browse files Browse the repository at this point in the history
Reduce possibility of flaky tests

As asked in #88885.

r? ````@camelid````
  • Loading branch information
workingjubilee authored Sep 14, 2021
2 parents c3620fa + cefa900 commit 2901caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/rustdoc-gui/code-sidebar-toggle.goml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
goto: file://|DOC_PATH|/test_docs/index.html
click: ".srclink"
wait-for: "#sidebar-toggle"
click: "#sidebar-toggle"
wait-for: 500
fail: true
Expand Down

0 comments on commit 2901caf

Please sign in to comment.