From 39c2e4d3148c8d51b44e3d8bcc0dc73089811dce Mon Sep 17 00:00:00 2001 From: Kayla Gordon Date: Mon, 21 Oct 2024 09:20:45 -0600 Subject: [PATCH] Update instructions --- module3/lessons/intro_to_cypress_prework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/lessons/intro_to_cypress_prework.md b/module3/lessons/intro_to_cypress_prework.md index 86bd5cfb..6957ceee 100644 --- a/module3/lessons/intro_to_cypress_prework.md +++ b/module3/lessons/intro_to_cypress_prework.md @@ -203,7 +203,7 @@ npm run cypress
### Important Note! -You'll need three tabs open: +You'll need three tabs open in your **terminal** (use `command + T` to open a new terminal tab): 1. A tab with your react app running (react-ideabox: `npm start`) 2. A tab with your backend running (ideabox-api: `node server.js`) 3. A tab with cypress running (react-ideabox: `npm run cypress`)