Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Jun 12, 2024
1 parent c6a7efc commit 2218f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/navigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ describe('Navigation tests', () => {
cy.location('pathname').should('contain', '/schedule');
cy.getByTestId('navbar-export-link').should('have.class', 'v-btn--disabled');
cy.getByTestId('schedule-add-week-button').click();
cy.getByTestId('week-0').click();
cy.addTraining(false);
cy.getByTestId('navbar-export-link').should('not.have.class', 'v-btn--disabled').click();
cy.location('pathname').should('contain', '/export');
Expand Down

0 comments on commit 2218f62

Please sign in to comment.