Skip to content

Commit

Permalink
Update transactions.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak authored Mar 21, 2024
1 parent 177bd6b commit 9ba81a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/tests/ui/transactions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ test("Check on BE Transfer custom ERC-20 token via Portal", async ({ page }) =>
selector = `text=${addressTo}`;
elementTo = await page.locator(selector).first();

selector = `text= 1 `;
selector = `text=1`;
elementTxAmount = await page.locator(selector).first();

//Check tx Hash
Expand Down

0 comments on commit 9ba81a6

Please sign in to comment.