Add hardcoded wait time for external navigation to load

This commit is contained in:
Ardis Lu 2023-01-03 23:44:35 -08:00
parent 2399df288e
commit 9792c9affb
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -68,4 +68,5 @@ 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/"}