Skip to content

Commit

Permalink
Fix cypress tests (#2070)
Browse files Browse the repository at this point in the history
* Fix cypress tests

* Use latest cypress gh action
  • Loading branch information
macobo authored Oct 28, 2020
1 parent 57639b7 commit 934d887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
./bin/docker-worker &
./bin/docker-server &
- name: Cypress run
uses: cypress-io/github-action@v1
uses: cypress-io/github-action@v2
with:
config-file: cypress.json
record: true
Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Dashboards', () => {
cy.get('[data-attr="new-dashboard"]').click()
cy.get('[data-attr=dashboard-name]').clear().type('XDefault')
cy.get('[data-attr=copy-from-template]').click()
cy.get('[data-attr=dashboard-select-2]').click()
cy.get('[data-attr=dashboard-select-default-app]').click()

cy.get('button').contains('Create').click()

Expand Down

0 comments on commit 934d887

Please sign in to comment.