Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed May 8, 2024
1 parent d8ac054 commit 97a3cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/test/16_generateURILink.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('Generating URL-link', function () {

it('Generate payment URI', async function () {
const receivePage = new ReceiveSubTab(webdriver, logger);
const amountToSend = 5;
const amountToSend = '5';

const genURIInfo = await receivePage.geneneratePaymentURI(0, amountToSend);
const latestReceiverAddr = await receivePage.getCurrentReceiveAddr();
Expand Down

0 comments on commit 97a3cf2

Please sign in to comment.