From 5f5e739d7a776167a2708561042566235f542693 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Sat, 10 Oct 2020 10:33:41 -0300 Subject: [PATCH] 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 --- tests/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/README.md b/tests/e2e/README.md index 79254f15dba..6dbb130ba02 100644 --- a/tests/e2e/README.md +++ b/tests/e2e/README.md @@ -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