Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Sep 25, 2024
1 parent 7296d09 commit fef7bfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e/tests/transaction/change-assets.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@ describe('Change assets', function () {

// Go to the last confirmation screen
await driver.clickElement({ text: 'Continue', css: 'button' });

// Validate the send amount
await driver.waitForSelector({
css: '.currency-display-component__text',
text: '2.000042',
});
},
);
});
Expand Down

0 comments on commit fef7bfa

Please sign in to comment.