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

Add processing page step #1809

Closed Stojdza closed 5 years ago

Stojdza commented 5 years ago

I've added step Can then see the sign up processing page which will finish automatically move along which was missing in Import a site while signing up spec. This change will catch if signup processing is not finished in expected time and log the appropriate message. This is how it looks like when it failed without this step.

To test: Make sure that spec Import a site while signing up is passing, and if it fails on signup processing message should be Looks like creating account is taking to long( 150000ms ). Please try again in a while.