From e2af25549d5e8541273cab508b5fd12589e41c4f Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 11 Jan 2024 12:32:27 -0800 Subject: [PATCH] Modify gh workflow --- .github/workflows/cypress.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2628555fb..38375c93a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -17,8 +17,6 @@ jobs: with: build: npm run build start: npm run dev - wait-on: 'https://localhost:5173' - wait-on-timeout: 300 # 5 minutes record: true parallel: true # Runs test in parallel using settings above spec: cypress/e2e/participant/checkLegalDoc.cy.js # Runs tests in this folder