Skip to content

Commit 47c7d53

Browse files
authored
Rollup merge of rust-lang#108412 - GuillaumeGomez:fix-gui-test-navigation-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``
2 parents da90fd5 + 4ff1c4d commit 47c7d53

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.3
1+
0.14.4

tests/rustdoc-gui/help-page.goml

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,4 @@ size: (1000, 1000) // Popover only appears when the screen width is >700px.
6868
assert-false: "#help"
6969
click: "#help-button > a"
7070
click: ".popover a[href='https://doc.rust-lang.org/rustdoc/']"
71-
wait-for: 2000
72-
assert-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}
71+
wait-for-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}

0 commit comments

Comments
 (0)