diff --git a/cypress/integration/save.cy.js b/cypress/integration/save.cy.js index 154935a46..ab3b7081d 100644 --- a/cypress/integration/save.cy.js +++ b/cypress/integration/save.cy.js @@ -62,7 +62,7 @@ describe('rename', () => { expectTableToBeVisible() expectAOTitleToContain(AO_NAME) - cy.reload() + cy.reload(true) expectTableToBeVisible() expectAOTitleToContain(UPDATED_AO_NAME)