Skip to content

Commit

Permalink
try fix cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed May 26, 2023
1 parent 75f77ec commit eb73fc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions cypress/e2e/1-install.cy.js
Expand Up @@ -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')
})
})

0 comments on commit eb73fc4

Please sign in to comment.