Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
puppeteer tests: Avoid stream creation flake.
We have a flake related to verifying that the app prevents us from creating stream with duplicate names, and my hypothesis is that it has to do with us not waiting for the stream creation UI to fully appear. This flake is probably a consequence of us recently making the stream creation UI more like the stream editing UI, and thus waiting for Desdemona to appear was giving us false confidence that the page actually loaded. I could be completely wrong about this solving the flake, but the code change here is sensible regardless.
- Loading branch information