mirror of https://github.com/zulip/zulip.git
60fa848aea
Since we are doing a assert call checking a url without no page.waitForSelector or similar calls, we add this to avoid flakes where the assert is called when we are in process of navigation to the page. Also, we use Promise.all here, and call page.waitForNavigation first, to avoid race conditions where form is submitted quickly and navigation occurs and then we are stuck waiting for a navigation. There were no flakes in the CI related to this issue, but I expect someone with a slow hardware would probably stumble upto this in future. |
||
---|---|---|
.. | ||
00-realm-creation.js | ||
01-login.js |