From 5c67310e4809610e1d4429fa6a86cdc797881179 Mon Sep 17 00:00:00 2001 From: Jeff Stieler Date: Mon, 23 Dec 2019 11:32:54 -0500 Subject: [PATCH] Fix typo in test installation instructions. (#25298) --- tests/e2e-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e-tests/README.md b/tests/e2e-tests/README.md index c41dceba22f..560ec9ded2e 100644 --- a/tests/e2e-tests/README.md +++ b/tests/e2e-tests/README.md @@ -84,7 +84,7 @@ Setup Wizard e2e test (located in `activate-and-setup` directory) will run befor - Checkout the branch to test and stay on this branch. -- Run `nmp install` +- Run `npm install` - Run `composer install --no-dev`