Skip to content

Commit

Permalink
Update packages/integration-tests/tests/ui/transactions.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: pcheremu <[email protected]>
  • Loading branch information
olehbairak and pcheremu authored Feb 29, 2024
1 parent 06bffb0 commit f6d9eed
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 @@ -68,7 +68,7 @@ test(" Check on BE Transfer ETH token via Portal", async ({ page }) => {

await expect(element).toBeVisible(config.extraTimeout);

//Check transactino amount
//Check transaction amount
selector = `text=${txSum}`;
element = await page.locator(selector).first();

Expand Down

0 comments on commit f6d9eed

Please sign in to comment.