diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-02-23 22:04:38 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-02-23 22:04:38 +0100 |
| commit | 4ff1c4d3e72c7b1f9a4d5cb9ff6a832e8dfc5a7f (patch) | |
| tree | 22cf0b0cbd01694f398a11b801933818f4bda106 | |
| parent | b6e0efe6559f75cc58256814d59a6d8131e884ec (diff) | |
| download | rust-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.goml | 3 |
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/"} |
