Added some test ids #1022
Annotations
9 errors, 2 warnings, and 1 notice
Run Playwright tests
Testing stopped early after 1 maximum allowed failures.
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L1
1) [main] › sendTransaction.test.ts:217:1 › send top shot COA to COA ─────────────────────────────
Test timeout of 120000ms exceeded.
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L64
1) [main] › sendTransaction.test.ts:217:1 › send top shot COA to COA ─────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'NBA Top Shot' })
62 | await getCurrentAddress(page);
63 | await page.getByRole('tab', { name: 'NFTs' }).click();
> 64 | await page.getByRole('button', { name: nftname }).click();
| ^
65 | await page.getByRole('link').nth(0).click();
66 | await page.getByRole('button', { name: 'Send' }).click();
67 | await page.getByPlaceholder('Search, Address(0x) or Flow').click();
at sendNftCOA (/home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:64:53)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:218:3
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L1
1) [main] › sendTransaction.test.ts:217:1 › send top shot COA to COA ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 120000ms exceeded.
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L64
1) [main] › sendTransaction.test.ts:217:1 › send top shot COA to COA ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'NBA Top Shot' })
62 | await getCurrentAddress(page);
63 | await page.getByRole('tab', { name: 'NFTs' }).click();
> 64 | await page.getByRole('button', { name: nftname }).click();
| ^
65 | await page.getByRole('link').nth(0).click();
66 | await page.getByRole('button', { name: 'Send' }).click();
67 | await page.getByPlaceholder('Search, Address(0x) or Flow').click();
at sendNftCOA (/home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:64:53)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:218:3
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L1
1) [main] › sendTransaction.test.ts:217:1 › send top shot COA to COA ─────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 120000ms exceeded.
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L64
1) [main] › sendTransaction.test.ts:217:1 › send top shot COA to COA ─────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'NBA Top Shot' })
62 | await getCurrentAddress(page);
63 | await page.getByRole('tab', { name: 'NFTs' }).click();
> 64 | await page.getByRole('button', { name: nftname }).click();
| ^
65 | await page.getByRole('link').nth(0).click();
66 | await page.getByRole('button', { name: 'Send' }).click();
67 | await page.getByPlaceholder('Search, Address(0x) or Flow').click();
at sendNftCOA (/home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:64:53)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:218:3
|
Run Playwright tests:
e2e/utils/helper.ts#L446
2) [main] › sendTransaction.test.ts:146:1 › send USDC token COA to FLOW ──────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('progressbar')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('progressbar')
at utils/helper.ts:446
444 |
445 | const progressBar = page.getByRole('progressbar');
> 446 | await expect(progressBar).toBeVisible();
| ^
447 | // Get the pending item with the cadence txId that was put in the url and status is pending
448 |
449 | const activityItemRegexp = new RegExp(`^.*${txId}.*${ingoreFlowCharge ? '(?<!FlowToken)' : ''}$`);
at waitForTransaction (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:446:29)
at sendTokenCOA (/home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:27:3)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:148:3
|
Run Playwright tests
Process completed with exit code 1.
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run Playwright tests:
[setup] › utils/global.setup.ts#L1
[setup] › utils/global.setup.ts took 1.9m
|
Run Playwright tests
1 failed
[main] › sendTransaction.test.ts:217:1 › send top shot COA to COA ──────────────────────────────
1 flaky
[main] › sendTransaction.test.ts:146:1 › send USDC token COA to FLOW ───────────────────────────
16 did not run
9 passed (12.6m)
|
Loading