Skip to content

Commit

Permalink
updated failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Aug 2, 2021
1 parent 1cc5f92 commit 6c1dc43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ context('wallet/balances/convert - accountToUtxos', () => {
.invoke('attr', 'type', 'text') // cypress issue with numeric/decimal input, must cast
.type('11.1')

cy.getByTestID('text_preview_input_value').contains('-1.1 DFI')
cy.getByTestID('text_preview_input_value').contains('0 DFI')
cy.getByTestID('text_preview_output_value').contains('21.1 DFI')

cy.getByTestID('button_continue_convert').should('not.be.enabled')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ context('wallet/balances/convert - utxosToAccount', () => {
.invoke('attr', 'type', 'text') // cypress issue with numeric/decimal input, must cast
.type('11.1')

cy.getByTestID('text_preview_input_value').contains('-1.1 DFI')
cy.getByTestID('text_preview_input_value').contains('0 DFI')
cy.getByTestID('text_preview_output_value').contains('11.1 DFI')

cy.getByTestID('button_continue_convert').should('not.be.enabled')
Expand Down

0 comments on commit 6c1dc43

Please sign in to comment.