diff --git a/test/e2e/cypress/integration/0_powerup.js b/test/e2e/cypress/integration/0_powerup.js index ab5d3059c..fa9f384a4 100644 --- a/test/e2e/cypress/integration/0_powerup.js +++ b/test/e2e/cypress/integration/0_powerup.js @@ -17,6 +17,10 @@ describe(`Power up on ${url}`, () => { it('should bring to home page after saving with default values', () => { cy.get('button.btn-primary').eq(2).click() + + cy.location('pathname', { + timeout: 60000 + }).should('eq', '/'); }) -}) +}) \ No newline at end of file