diff --git a/cypress/integration/table/sessions.spec.ts b/cypress/integration/table/sessions.spec.ts index e389d4628..0d742d05b 100644 --- a/cypress/integration/table/sessions.spec.ts +++ b/cypress/integration/table/sessions.spec.ts @@ -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' ); });