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:
parent
85caf328b1
commit
5f5e739d7a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue