Skip to content

Commit

Permalink
fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
freekode committed Mar 21, 2024
1 parent 18cb91c commit 4288e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/cypress/e2e/configuration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('configuration page', () => {
})

it('should display configuration page', () => {
cy.get('button#configuration').click()
cy.get('button#config').click()

cy.get('input[formControlName="intervals.api-key"]').should('exist')
cy.get('input[formControlName="intervals.athlete-id"]').should('exist')
Expand Down

0 comments on commit 4288e8f

Please sign in to comment.