Disable request diagnostics modal on install #5447
playwright.yml
on: pull_request
Matrix: test
Merge reports
59s
Annotations
26 errors, 10 warnings, and 8 notices
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that the request to sign can be canceled:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L24
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that the request to sign can be canceled
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('Sign PSBT', () => {
> 24 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => {
| ^
25 | await globalPage.setupAndUseApiCalls(extensionId);
26 | await onboardingPage.signInWithTestAccount(extensionId);
27 | await page.goto('localhost:3000');
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:24:8
|
[chromium] › specs/send/send-btc.spec.ts:87:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo:
tests/specs/send/send-btc.spec.ts#L12
2) [chromium] › specs/send/send-btc.spec.ts:87:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestNet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
[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/send/send-stx.spec.ts:110:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance:
tests/specs/send/send-stx.spec.ts#L18
1) [chromium] › specs/send/send-stx.spec.ts:110:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 | await onboardingPage.signInWithTestAccount(extensionId);
21 | await homePage.selectTestNet();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Test timeout of 30000ms exceeded.
|
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/specs/onboarding/onboarding.spec.ts#L73
1) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Test timeout of 30000ms exceeded while running "beforeEach" hook.
71 |
72 | test.describe('Address generation', () => {
> 73 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
74 | await globalPage.setupAndUseApiCalls(extensionId);
75 | await onboardingPage.signInExistingUser();
76 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:73:10
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/specs/onboarding/onboarding.spec.ts#L1
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Test timeout of 30000ms exceeded.
|
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/specs/onboarding/onboarding.spec.ts#L73
1) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
71 |
72 | test.describe('Address generation', () => {
> 73 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
74 | await globalPage.setupAndUseApiCalls(extensionId);
75 | await onboardingPage.signInExistingUser();
76 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:73:10
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/specs/onboarding/onboarding.spec.ts#L1
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/specs/onboarding/onboarding.spec.ts#L73
1) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
71 |
72 | test.describe('Address generation', () => {
> 73 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
74 | await globalPage.setupAndUseApiCalls(extensionId);
75 | await onboardingPage.signInExistingUser();
76 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:73:10
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/specs/onboarding/onboarding.spec.ts#L1
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/specs/onboarding/onboarding.spec.ts#L73
2) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Test timeout of 30000ms exceeded while running "beforeEach" hook.
71 |
72 | test.describe('Address generation', () => {
> 73 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
74 | await globalPage.setupAndUseApiCalls(extensionId);
75 | await onboardingPage.signInExistingUser();
76 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:73:10
|
[chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words:
tests/specs/onboarding/onboarding.spec.ts#L1
2) [chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words
Test timeout of 30000ms exceeded.
|
[chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words:
tests/specs/onboarding/onboarding.spec.ts#L1
2) [chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/specs/onboarding/onboarding.spec.ts#L73
2) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
71 |
72 | test.describe('Address generation', () => {
> 73 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
74 | await globalPage.setupAndUseApiCalls(extensionId);
75 | await onboardingPage.signInExistingUser();
76 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:73:10
|
[chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words:
tests/specs/onboarding/onboarding.spec.ts#L1
2) [chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/specs/onboarding/onboarding.spec.ts#L73
2) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
71 |
72 | test.describe('Address generation', () => {
> 73 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
74 | await globalPage.setupAndUseApiCalls(extensionId);
75 | await onboardingPage.signInExistingUser();
76 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:73:10
|
[chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words:
tests/specs/onboarding/onboarding.spec.ts#L1
3) [chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words
Test timeout of 30000ms exceeded.
|
[chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address:
tests/specs/onboarding/onboarding.spec.ts#L73
3) [chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
Test timeout of 30000ms exceeded while running "beforeEach" hook.
71 |
72 | test.describe('Address generation', () => {
> 73 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
74 | await globalPage.setupAndUseApiCalls(extensionId);
75 | await onboardingPage.signInExistingUser();
76 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:73:10
|
[chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address:
tests/specs/onboarding/onboarding.spec.ts#L73
3) [chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
71 |
72 | test.describe('Address generation', () => {
> 73 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
74 | await globalPage.setupAndUseApiCalls(extensionId);
75 | await onboardingPage.signInExistingUser();
76 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:73:10
|
[chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address:
tests/specs/onboarding/onboarding.spec.ts#L73
3) [chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
71 |
72 | test.describe('Address generation', () => {
> 73 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
74 | await globalPage.setupAndUseApiCalls(extensionId);
75 | await onboardingPage.signInExistingUser();
76 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:73:10
|
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets:
tests/specs/receive/receive.spec.ts#L4
4) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
"beforeAll" hook timeout of 30000ms exceeded.
2 |
3 | test.describe('Receive Dialog', () => {
> 4 | test.beforeAll(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
5 | await globalPage.setupAndUseApiCalls(extensionId);
6 | await onboardingPage.signInExistingUser();
7 | await homePage.goToReceiveDialog();
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:4:8
|
[chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words:
tests/specs/onboarding/onboarding.spec.ts#L1
3) [chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words:
tests/specs/onboarding/onboarding.spec.ts#L1
3) [chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/onboarding/onboarding.spec.ts:64:3 › Onboarding an existing user › Activity tab:
tests/specs/onboarding/onboarding.spec.ts#L1
4) [chromium] › specs/onboarding/onboarding.spec.ts:64:3 › Onboarding an existing user › Activity tab
Test timeout of 30000ms exceeded.
|
Shard 5 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 7 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 1 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 2 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 6 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 8 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 4 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 3 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Merge reports
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that the request to sign can be canceled
[chromium] › specs/send/send-btc.spec.ts:87:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
7 passed (3.0m)
|
🎭 Playwright Run Summary
9 passed (1.6m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
4 skipped
5 passed (1.3m)
|
🎭 Playwright Run Summary
9 passed (1.1m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/send/send-stx.spec.ts:110:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance
8 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
8 passed (2.7m)
|
🎭 Playwright Run Summary
4 failed
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
[chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
5 passed (7.1m)
|
🎭 Playwright Run Summary
4 failed
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
[chromium] › specs/onboarding/onboarding.spec.ts:36:3 › Onboarding an existing user › mnemonic key validation: should show error for invalid mnemonic key words
[chromium] › specs/onboarding/onboarding.spec.ts:51:3 › Onboarding an existing user › mnemonic key validation: should not show error for valid mnemonic key words
[chromium] › specs/onboarding/onboarding.spec.ts:64:3 › Onboarding an existing user › Activity tab
5 passed (7.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
54.8 MB |
|