You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to wait for scripts loading done before proceeding to testing for iframe mount?
My pages currently either using async script loading or scripts are at the bottom. The tests are either incorrectly passing or failed if a test clicks on a button bind with js event. It is because the scripts aren't loaded yet.
Thanks!
The text was updated successfully, but these errors were encountered:
We don't currently have a way of knowing when the page has loaded in the iframe though that may be something worth looking into.
In the meantime a less than ideal solution would be to check that an element or text exists before proceeding with your test. I'll leave this open to remind me to look into it at some point.
Hi,
Is there a way to wait for scripts loading done before proceeding to testing for iframe mount?
My pages currently either using async script loading or scripts are at the bottom. The tests are either incorrectly passing or failed if a test clicks on a button bind with js event. It is because the scripts aren't loaded yet.
Thanks!
The text was updated successfully, but these errors were encountered: