wp-e2e-tests
wp-e2e-tests copied to clipboard
Automated end-to-end tests for WordPress.com
We don't use the old a8c.something codes anymore. Now the verticals have their own IDs and the API accepts verticals by name. I've updated the only place I found a...
* We're changing the select element to a set of radio inputs for better accessibility/usability. * This PR updates the CSS selectors to target the radio inputs rather than a...
This PR moves back the user step related to testing steps since the user step becomes the last step in some flows because of https://github.com/Automattic/wp-calypso/pull/30696.
Each time when a user logs in, a session token is saved to a database. When the number of these saved sessions becomes too big e2e tests can become flaky....
Try replacing some test steps from an existing test with API calls to see if this could provide an improvement in execution time. The intention would be only to replace...
After switching to `async/await` - mocha stack traces become useless since they don't include any useful info except some promise related stack. This makes kinda hard to understand what the...
When sharing functionality is added to Gutenberg, make sure we're testing that functionality as a part of the editor tests
When development for Gutenberg settles down some, we will need to add some attributes and some tests to cover comments functionality. The selectors in there now are very generic.
We should research and see how to cover all possible cases when domains are unavailable. We've covered [case](https://github.com/Automattic/wp-e2e-tests/pull/1373) when domains registration is unavailable, but [now](https://circleci.com/gh/Automattic/wp-e2e-tests/24396) tests are failing because _"Domains...