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 20 forks source link

Update login-flow to account for development environments #1762

Closed gwwar closed 5 years ago

gwwar commented 5 years ago

I was running some tests locally and noticed some failures for local runs, because we visit devdocs instead of the reader after login. I added a check there to account for the case, but let me know if there's something better to compare against.

Testing Instructions

Try to run the wp-invite-users-spec.js against a local calypso instance, and the config using "calypsoBaseURL": "http://calypso.localhost:3000",

bsessions85 commented 5 years ago

Failed test is unrelated.

bsessions85 commented 5 years ago

Merging so it doesn't get stale

gwwar commented 5 years ago

Thanks @bsessions85 !