about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-02-23 22:04:38 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-02-23 22:04:38 +0100
commit4ff1c4d3e72c7b1f9a4d5cb9ff6a832e8dfc5a7f (patch)
tree22cf0b0cbd01694f398a11b801933818f4bda106
parentb6e0efe6559f75cc58256814d59a6d8131e884ec (diff)
downloadrust-4ff1c4d3e72c7b1f9a4d5cb9ff6a832e8dfc5a7f.tar.gz
rust-4ff1c4d3e72c7b1f9a4d5cb9ff6a832e8dfc5a7f.zip
No need for the wait-for anymore to go around browser navigation bug
-rw-r--r--tests/rustdoc-gui/help-page.goml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rustdoc-gui/help-page.goml b/tests/rustdoc-gui/help-page.goml
index 5f4c1ba2f85..6e2321a6963 100644
--- a/tests/rustdoc-gui/help-page.goml
+++ b/tests/rustdoc-gui/help-page.goml
@@ -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/"}