From eb73fc4538dcaf5a310a113d22549d28fd8f95e7 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 09:19:46 +0200 Subject: [PATCH] try fix cypress --- .github/workflows/cypress.yml | 2 +- cypress/e2e/1-install.cy.js | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0ce69768..9f921663 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -65,7 +65,7 @@ jobs: uses: cypress-io/github-action@v5 env: CYPRESS_URL: http://localhost:8080 - CYPRESS_SERVER_PATH: otland-forgottenserver + CYPRESS_SERVER_PATH: tfs - name: Save screenshots uses: actions/upload-artifact@v3 diff --git a/cypress/e2e/1-install.cy.js b/cypress/e2e/1-install.cy.js index dffe065a..87179946 100644 --- a/cypress/e2e/1-install.cy.js +++ b/cypress/e2e/1-install.cy.js @@ -73,15 +73,4 @@ describe('Install MyAAC', () => { cy.screenshot('install-finish') }) - - it('Take Screenshot of the Home Page', () => { - cy.wait(1000) - cy.screenshot('home') - }) - - it('Take Screenshot of Create Account page', () => { - cy.visit(Cypress.env('URL') + '/index.php/account/create') - cy.wait(1000) - cy.screenshot('create-account-page') - }) })