cypress tests: balances and amounts

This commit is contained in:
moneymanolis 2023-01-20 21:15:00 +01:00
parent 87a584eafe
commit db4aa39d4b

View file

@ -14,7 +14,7 @@ describe('Test the rendering of balances and amounts', () => {
it('Total balance', () => {
cy.selectWallet('Ghost wallet')
cy.get('#fullbalance_amount').then(($amount) => {
expect(parseFloat($amount.text())).to.be.gt(20)
expect(parseFloat($amount.text())).to.be.gt(19)
})
})