Skip to content

Commit

Permalink
fix: new comments style
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Mar 12, 2024
1 parent b182f33 commit f1f1487
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/integration-tests/tests/ui/transactions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ test(" Check on BE Transfer custom ERC-20 token via Portal", async ({ page }) =>

//@id1683
test("Check on BE contract that makes multiple transfers based on stored/retrieved ETH + ERC20", async ({ page }) => {
//contract address
contract = await helper.readFile(Path.absolutePathToBufferFiles, Buffer.addressMultiTransferETH);
//tx hash from deployed contract
const txAddress = await helper.readFile(Path.absolutePathToBufferFiles, Buffer.txMultiTransferETH);
url = BlockExplorer.baseUrl + `/address/${contract}` + BlockExplorer.localNetwork;

Expand All @@ -120,8 +118,8 @@ test("Check on BE contract that makes multiple transfers based on stored/retriev
selector = `text=${txAddress}`;
elementContract = await page.locator(selector).first();

//Check contract address
//Check contract Address
await expect(element).toBeVisible(config.extraTimeout);
//Check tx hash
//Check tx Hash
await expect(element).toBeVisible(config.extraTimeout);
});

0 comments on commit f1f1487

Please sign in to comment.