From 0823b45f5dc961fb4f236decd361d88691760d5c Mon Sep 17 00:00:00 2001 From: Shaun Hamilton Date: Thu, 20 Jan 2022 16:26:54 +0200 Subject: [PATCH] chore(docs): remove outdated info in cypress/gitpod (#44849) --- docs/how-to-add-cypress-tests.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/how-to-add-cypress-tests.md b/docs/how-to-add-cypress-tests.md index 46a3e04694..3d51623da6 100644 --- a/docs/how-to-add-cypress-tests.md +++ b/docs/how-to-add-cypress-tests.md @@ -45,11 +45,7 @@ To run tests against production builds, replace `dev` with `prd` below. ## Cypress-GitPod Setup -### 1. Ensure you are on the _Feature Preview_ of GitPod _as of 01/02/2021_ - -- Go to [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) to see how to enable _Feature Preview_ - -### 2. Ensure Development Environment is Running +### 1. Ensure Development Environment is Running If starting the GitPod environment did not automatically develop the environment: @@ -71,7 +67,7 @@ npm run seed npm run develop ``` -### 3. Install Cypress Build Tools +### 2. Install Cypress Build Tools ```console npm run cypress:install-build-tools