Chore/634/test linear #6857
playwright.yml
on: pull_request
Matrix: test
Merge reports
23s
Annotations
16 errors, 23 warnings, and 10 notices
[chromium] › specs/send/send-inscription.spec.ts:92:3 › send inscription › should show multiple inscription on utxo error:
tests/specs/send/send-inscription.spec.ts#L15
1) [chromium] › specs/send/send-inscription.spec.ts:92:3 › send inscription › should show multiple inscription on utxo error
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 |
14 | test.describe('send inscription', () => {
> 15 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
16 | await globalPage.setupAndUseApiCalls(extensionId);
17 | await onboardingPage.signInWithTestAccount(extensionId);
18 | await mockTestnetTestAccountInscriptionsRequests(globalPage.page, [mockInscriptionResponse3]);
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:15:8
|
[chromium] › specs/send/send-inscription.spec.ts:92:3 › send inscription › should show multiple inscription on utxo error:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/send/send-inscription.spec.ts:92:3 › send inscription › should show multiple inscription on utxo error
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:17:5
|
[chromium] › specs/network/add-network.spec.ts:85:3 › Networks tests › unable to fetch mempool from bitcoin node:
tests/specs/network/add-network.spec.ts#L9
1) [chromium] › specs/network/add-network.spec.ts:85:3 › Networks tests › unable to fetch mempool from bitcoin node
Test timeout of 30000ms exceeded while running "beforeEach" hook.
7 |
8 | test.describe('Networks tests', () => {
> 9 | test.beforeEach(
| ^
10 | async ({ extensionId, globalPage, onboardingPage, homePage, networkPage, page }) => {
11 | await globalPage.setupAndUseApiCalls(extensionId);
12 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:9:8
|
[chromium] › specs/network/add-network.spec.ts:85:3 › Networks tests › unable to fetch mempool from bitcoin node:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/network/add-network.spec.ts:85:3 › Networks tests › unable to fetch mempool from bitcoin node
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:12:7
|
[chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks:
tests/specs/settings/settings.spec.ts#L9
1) [chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks
Test timeout of 30000ms exceeded while running "beforeEach" hook.
7 |
8 | test.describe('Settings menu', () => {
> 9 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
10 | await globalPage.setupAndUseApiCalls(extensionId);
11 | await onboardingPage.signInWithTestAccount(extensionId);
12 | });
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:9:8
|
[chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:11:5
|
[chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks:
tests/specs/settings/settings.spec.ts#L9
1) [chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
7 |
8 | test.describe('Settings menu', () => {
> 9 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
10 | await globalPage.setupAndUseApiCalls(extensionId);
11 | await onboardingPage.signInWithTestAccount(extensionId);
12 | });
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:9:8
|
[chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:11:5
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/specs/fund/fund.spec.ts#L6
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Buy tokens test', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.goToFundChooseCurrencyPage();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:8:5
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/specs/fund/fund.spec.ts#L1
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/specs/fund/fund.spec.ts#L25
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForTimeout: Target page, context or browser has been closed
23 | await providerItems[0].click();
24 |
> 25 | await page.waitForTimeout(2000);
| ^
26 | const allPages = page.context().pages();
27 | const recentPage = allPages.pop();
28 | await recentPage?.waitForLoadState();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:25:16
|
[chromium] › specs/send/send-stx.spec.ts:131:5 › send stx: tests on testnet › send form validation › that the amount field enforces max length based on decimals:
tests/specs/send/send-stx.spec.ts#L20
1) [chromium] › specs/send/send-stx.spec.ts:131:5 › send stx: tests on testnet › send form validation › that the amount field enforces max length based on decimals
Test timeout of 30000ms exceeded while running "beforeEach" hook.
18 |
19 | test.describe('send stx: tests on testnet', () => {
> 20 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
21 | await globalPage.setupAndUseApiCalls(extensionId);
22 |
23 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:20:8
|
[chromium] › specs/send/send-stx.spec.ts:131:5 › send stx: tests on testnet › send form validation › that the amount field enforces max length based on decimals:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/send/send-stx.spec.ts:131:5 › send stx: tests on testnet › send form validation › that the amount field enforces max length based on decimals
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:23:5
|
[chromium] › specs/send/send-stx.spec.ts:146:5 › send stx: tests on testnet › send form validation › that the address must be valid:
tests/specs/send/send-stx.spec.ts#L20
2) [chromium] › specs/send/send-stx.spec.ts:146:5 › send stx: tests on testnet › send form validation › that the address must be valid
Test timeout of 30000ms exceeded while running "beforeEach" hook.
18 |
19 | test.describe('send stx: tests on testnet', () => {
> 20 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
21 | await globalPage.setupAndUseApiCalls(extensionId);
22 |
23 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:20:8
|
[chromium] › specs/send/send-stx.spec.ts:146:5 › send stx: tests on testnet › send form validation › that the address must be valid:
tests/page-object-models/onboarding.page.ts#L310
2) [chromium] › specs/send/send-stx.spec.ts:146:5 › send stx: tests on testnet › send form validation › that the address must be valid
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:23:5
|
Shard 5 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/rpc-open/open.spec.ts#L1
[chromium] › specs/rpc-open/open.spec.ts took 24.6s
|
Shard 3 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 1.2m
|
Shard 10 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 36.2s
|
Shard 4 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 60.0s
|
Slow Test:
[chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 31.3s
|
Shard 7 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 6 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 1.1m
|
Slow Test:
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 51.3s
|
Slow Test:
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 20.3s
|
Shard 2 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 21.5s
|
Shard 9 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 1 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 53.2s
|
Slow Test:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 32.3s
|
Shard 8 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Merge reports
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
2 passed (28.9s)
|
🎭 Playwright Run Summary
7 passed (1.3m)
|
🎭 Playwright Run Summary
1 skipped
3 passed (48.0s)
|
🎭 Playwright Run Summary
12 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/send/send-inscription.spec.ts:92:3 › send inscription › should show multiple inscription on utxo error
4 passed (1.6m)
|
🎭 Playwright Run Summary
13 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/network/add-network.spec.ts:85:3 › Networks tests › unable to fetch mempool from bitcoin node
10 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks
5 passed (2.1m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
15 passed (2.9m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/send/send-stx.spec.ts:131:5 › send stx: tests on testnet › send form validation › that the amount field enforces max length based on decimals
[chromium] › specs/send/send-stx.spec.ts:146:5 › send stx: tests on testnet › send form validation › that the address must be valid
14 passed (4.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
12.6 MB |
|