wp-e2e-tests icon indicating copy to clipboard operation
wp-e2e-tests copied to clipboard

Automated end-to-end tests for WordPress.com

Results 40 wp-e2e-tests issues
Sort by recently updated
recently updated
newest added

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...

[Status] Needs Review

* 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.

[Status] Ready to Merge

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....

[Type] Task

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...

[Type] Enhancement
[Status] In Progress

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...

[Type] Bug

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...

[Type] Enhancement