diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 05133297fb4e9..a4c39dc649795 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 diff --git a/cypress/integration/dashboard.js b/cypress/integration/dashboard.js index e21c4975426af..b1643d845f028 100644 --- a/cypress/integration/dashboard.js +++ b/cypress/integration/dashboard.js @@ -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()