Automattic / wp-e2e-tests

Automated end-to-end tests for WordPress.com
https://github.com/Automattic/wp-calypso
GNU General Public License v2.0
110 stars 25 forks source link

Try to get signup tests passing more reliably #1810

Closed bsessions85 closed 5 years ago

bsessions85 commented 5 years ago

We have two tests that are failing regularly, but I can't repro. I made these changes because they seemed like they could be problematic and had 4 clean test runs against livebranches.

I moved the overrideABTest steps to after ensureNotLoggedIn, so that the override isn't lost and added an await on it, just in case.