Skip to content

Commit

Permalink
test: add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Jan 10, 2025
1 parent 28628cb commit 7e63fea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/e2e-contract-tests/playwright/e2e/ForwardEth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ test.describe('Forward Eth', () => {
const walletNotificationPage =
await fuelWalletTestHelper.getWalletPopupPage();

await page.waitForTimeout(10000); // Wait for slow VM

// Test if asset name is defined (not unknown)
checkAriaLabelsContainsText(
walletNotificationPage,
Expand Down

0 comments on commit 7e63fea

Please sign in to comment.