Skip to content

Commit

Permalink
fixes psbt key error
Browse files Browse the repository at this point in the history
  • Loading branch information
k9ert committed Feb 2, 2023
1 parent 750917f commit 85efd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/spec_balances_amounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 85efd89

Please sign in to comment.