Skip to content

Commit

Permalink
Merge pull request #26 from sprotest/fix/e2e
Browse files Browse the repository at this point in the history
Fix/e2e
  • Loading branch information
slavas490 authored Feb 2, 2024
2 parents d36bc1b + b7eaeca commit d23f44b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/e2e/cypress/integration/0_powerup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', '/');
})

})
})

0 comments on commit d23f44b

Please sign in to comment.