Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadkitenge committed Jul 31, 2023
1 parent 50f6742 commit 8f289d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/table/sessions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('Sessions', () => {

cy.findByTestId('session-save-buttons-timestamp').should(
'have.text',
'Session last autosaved: 30 Jun 2023 10:15'
'Session last autosaved: 30 Jun 2023 09:15'
);
});

Expand Down

0 comments on commit 8f289d5

Please sign in to comment.