From caceb4b4541b429b9089499400b95ffd809c8459 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 24 Aug 2022 23:27:29 +0530 Subject: [PATCH] fix: remove gui-v2 wait Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- .github/workflows/ci-cd-v2.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd-v2.yml b/.github/workflows/ci-cd-v2.yml index d4eeff3483..fd2057c6ce 100644 --- a/.github/workflows/ci-cd-v2.yml +++ b/.github/workflows/ci-cd-v2.yml @@ -52,7 +52,7 @@ jobs: npm run start:web-v2 docker-compose -f ./scripts/docker-compose-cypress.yml up -d spec: "./scripts/cypress-v2/integration/test/restTableOps.js" - wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs" + wait-on: "http://localhost:8080" wait-on-timeout: 1200 config-file: scripts/cypress-v2/cypress.json - name: Upload screenshots @@ -96,7 +96,7 @@ jobs: npm run start:web-v2 docker-compose -f ./scripts/docker-compose-cypress.yml up -d spec: "./scripts/cypress-v2/integration/test/restViews.js" - wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs" + wait-on: "http://localhost:8080" wait-on-timeout: 1200 config-file: scripts/cypress-v2/cypress.json - name: Upload screenshots @@ -140,7 +140,7 @@ jobs: npm run start:web-v2 docker-compose -f ./scripts/docker-compose-cypress.yml up -d spec: "./scripts/cypress-v2/integration/test/restRoles.js" - wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs" + wait-on: "http://localhost:8080" wait-on-timeout: 1200 config-file: scripts/cypress-v2/cypress.json - name: Upload screenshots @@ -184,7 +184,7 @@ jobs: npm run start:web-v2 docker-compose -f ./scripts/docker-compose-cypress.yml up -d spec: "./scripts/cypress-v2/integration/test/restMisc.js" - wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs" + wait-on: "http://localhost:8080" wait-on-timeout: 1200 config-file: scripts/cypress-v2/cypress.json - name: Upload screenshots