diff --git a/cypress/integration/confirmLeave.cy.js b/cypress/integration/confirmLeave.cy.js index 0f49e9ff03..fbf40da4ec 100644 --- a/cypress/integration/confirmLeave.cy.js +++ b/cypress/integration/confirmLeave.cy.js @@ -24,7 +24,7 @@ describe('confirm leave modal', () => { goToStartPage() openAOByName(TEST_AO.name) expectVisualizationToBeVisible(TEST_AO.type) - expectAOTitleToNotBeDirty() + expectAOTitleToBeDirty() }) it(`replaces the selected period`, () => { replacePeriodItems(TEST_AO.type)