Skip to content

Commit

Permalink
Rollup merge of rust-lang#108412 - GuillaumeGomez:fix-gui-test-naviga…
Browse files Browse the repository at this point in the history
…tion-bug, r=notriddle

Fix GUI test navigation bug

Following GuillaumeGomez/browser-UI-test#438, we can now remove this `wait-for`.

Should help with rust-lang#93784.

r? ``@notriddle``
  • Loading branch information
matthiaskrgr committed Feb 25, 2023
2 parents da90fd5 + 4ff1c4d commit 47c7d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.3
0.14.4
3 changes: 1 addition & 2 deletions tests/rustdoc-gui/help-page.goml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,4 @@ size: (1000, 1000) // Popover only appears when the screen width is >700px.
assert-false: "#help"
click: "#help-button > a"
click: ".popover a[href='https://doc.rust-lang.org/rustdoc/']"
wait-for: 2000
assert-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}
wait-for-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}

0 comments on commit 47c7d53

Please sign in to comment.