diff --git a/cypress/integration/spec_balances_amounts.js b/cypress/integration/spec_balances_amounts.js index b4658188a8..ef6efbbf56 100644 --- a/cypress/integration/spec_balances_amounts.js +++ b/cypress/integration/spec_balances_amounts.js @@ -27,7 +27,7 @@ describe('Test the rendering of balances and amounts', () => { cy.get('#satoshis_hot_keys_hot_sign_btn').click() cy.get('#hot_enter_passphrase__submit').click() cy.get('#broadcast_local_btn').click() - cy.reload() + cy.visit("/") cy.selectWallet('Ghost wallet') cy.get('#unconfirmed_amount').then(($amount) => { expect(parseFloat($amount.text())).to.be.gt(0).and.to.be.lt(1);