chore(deps): bump wagoid/commitlint-github-action from 4 to 6 #5277
playwright.yml
on: pull_request
Matrix: test
Merge reports
38s
Annotations
19 errors, 9 warnings, and 8 notices
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L268
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Error: No key found
at page-object-models/onboarding.page.ts:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L268
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L268
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[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/page-object-models/onboarding.page.ts#L268
2) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Error: No key found
at page-object-models/onboarding.page.ts:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[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/page-object-models/onboarding.page.ts#L268
2) [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 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[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/page-object-models/onboarding.page.ts#L268
2) [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 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L268
3) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Error: No key found
at page-object-models/onboarding.page.ts:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L268
3) [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 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L268
3) [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 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[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/page-object-models/onboarding.page.ts#L268
4) [chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
Error: No key found
at page-object-models/onboarding.page.ts:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/send/send-stx.spec.ts:27:3 › send stx: tests on testnet › that send max button sets available balance minus fee:
tests/specs/send/send-stx.spec.ts#L19
1) [chromium] › specs/send/send-stx.spec.ts:27:3 › send stx: tests on testnet › that send max button sets available balance minus fee
Test timeout of 30000ms exceeded while running "beforeEach" hook.
17 |
18 | test.describe('send stx: tests on testnet', () => {
> 19 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
20 | await globalPage.setupAndUseApiCalls(extensionId);
21 | await onboardingPage.signInWithTestAccount(extensionId);
22 | await homePage.selectTestNet();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:19:8
|
[chromium] › specs/swap/swap.spec.ts:13:3 › Swaps › that it defaults to swapping STX:
tests/specs/swap/swap.spec.ts#L6
1) [chromium] › specs/swap/swap.spec.ts:13:3 › Swaps › that it defaults to swapping STX ──────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Swaps', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, swapPage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.swapButton.click();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:6: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#L12
2) [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 while running "beforeEach" hook.
10 | let testAppPage: TestAppPage;
11 |
> 12 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 |
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:12: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
2) [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/send/send-stx.spec.ts:111: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#L19
1) [chromium] › specs/send/send-stx.spec.ts:111: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.
17 |
18 | test.describe('send stx: tests on testnet', () => {
> 19 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
20 | await globalPage.setupAndUseApiCalls(extensionId);
21 | await onboardingPage.signInWithTestAccount(extensionId);
22 | await homePage.selectTestNet();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:19:8
|
[chromium] › specs/send/send-stx.spec.ts:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted:
tests/specs/send/send-stx.spec.ts#L19
2) [chromium] › specs/send/send-stx.spec.ts:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted
Test timeout of 30000ms exceeded while running "beforeEach" hook.
17 |
18 | test.describe('send stx: tests on testnet', () => {
> 19 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
20 | await globalPage.setupAndUseApiCalls(extensionId);
21 | await onboardingPage.signInWithTestAccount(extensionId);
22 | await homePage.selectTestNet();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:19:8
|
Merge reports
Action failed with "not found deploy key or tokens"
|
Merge reports
Action failed with "not found deploy key or tokens"
|
Merge reports
Process returned exit code 1
Launched as "/home/runner/runners/2.315.0/externals/node20/bin/node /home/runner/work/_actions/Wandalen/wretry.action/v3.3.0_js_action/src/Runner.mjs /home/runner/work/_actions/Wandalen/actions-gh-pages/lib/index.js"
Launched at "/home/runner/work/extension/extension"
Attempts exhausted, made 2 attempts :
Attempt #1 started at : 10:43:23 GMT+0000 (Coordinated Universal Time)
Attempt #2 started at : 10:43:23 GMT+0000 (Coordinated Universal Time)
|
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 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/.
|
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 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 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 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 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/.
|
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
4 skipped
4 passed (34.9s)
|
🎭 Playwright Run Summary
8 passed (1.2m)
|
🎭 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: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
4 passed (1.3m)
|
🎭 Playwright Run Summary
8 passed (1.6m)
|
🎭 Playwright Run Summary
8 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/send/send-stx.spec.ts:27:3 › send stx: tests on testnet › that send max button sets available balance minus fee
7 passed (2.8m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/swap/swap.spec.ts:13:3 › Swaps › that it defaults to swapping STX ───────────
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
6 passed (3.1m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/send/send-stx.spec.ts:111:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance
[chromium] › specs/send/send-stx.spec.ts:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted
6 passed (3.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
48.9 MB |
|