mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
cypress tests: balances and amounts
This commit is contained in:
parent
87a584eafe
commit
db4aa39d4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue