Update e2e test documentation to fix invalid example

This commit just updates the e2e test documentation to use a test file that exists in the section on how to run individual tests
This commit is contained in:
Rodrigo Primo 2020-10-10 10:33:41 -03:00 committed by GitHub
parent 85caf328b1
commit 5f5e739d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ For example:
To run an individual test, use the direct path to the spec. For example:
```bash
npm run test:e2e ./tests/e2e/specs/wp-admin/wp-admin-product-new.test.js
npm run test:e2e ./tests/e2e/specs/wp-admin/test-create-order.js
```
### How to skip tests