chore(deps): bump undici from 5.28.2 to 5.28.3 #4739
playwright.yml
on: pull_request
Matrix: test
Merge reports
1m 30s
Annotations
12 errors, 9 warnings, and 7 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#L269
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:269
267 | async enterMnemonicKey(secretKey: string) {
268 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 269 | if (!secretKey) throw new Error('No key found');
| ^
270 | const key = secretKey.split(' ');
271 | for (let i = 0; i < key.length; i++) {
272 | 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:269:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:256: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#L269
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:269
267 | async enterMnemonicKey(secretKey: string) {
268 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 269 | if (!secretKey) throw new Error('No key found');
| ^
270 | const key = secretKey.split(' ');
271 | for (let i = 0; i < key.length; i++) {
272 | 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:269:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:256: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#L269
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:269
267 | async enterMnemonicKey(secretKey: string) {
268 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 269 | if (!secretKey) throw new Error('No key found');
| ^
270 | const key = secretKey.split(' ');
271 | for (let i = 0; i < key.length; i++) {
272 | 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:269:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:256: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#L269
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:269
267 | async enterMnemonicKey(secretKey: string) {
268 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 269 | if (!secretKey) throw new Error('No key found');
| ^
270 | const key = secretKey.split(' ');
271 | for (let i = 0; i < key.length; i++) {
272 | 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:269:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:256: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#L269
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:269
267 | async enterMnemonicKey(secretKey: string) {
268 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 269 | if (!secretKey) throw new Error('No key found');
| ^
270 | const key = secretKey.split(' ');
271 | for (let i = 0; i < key.length; i++) {
272 | 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:269:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:256: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#L269
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:269
267 | async enterMnemonicKey(secretKey: string) {
268 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 269 | if (!secretKey) throw new Error('No key found');
| ^
270 | const key = secretKey.split(' ');
271 | for (let i = 0; i < key.length; i++) {
272 | 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:269:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:256: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#L269
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:269
267 | async enterMnemonicKey(secretKey: string) {
268 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 269 | if (!secretKey) throw new Error('No key found');
| ^
270 | const key = secretKey.split(' ');
271 | for (let i = 0; i < key.length; i++) {
272 | 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:269:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:256: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#L269
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:269
267 | async enterMnemonicKey(secretKey: string) {
268 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 269 | if (!secretKey) throw new Error('No key found');
| ^
270 | const key = secretKey.split(' ');
271 | for (let i = 0; i < key.length; i++) {
272 | 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:269:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:256: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#L269
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:269
267 | async enterMnemonicKey(secretKey: string) {
268 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 269 | if (!secretKey) throw new Error('No key found');
| ^
270 | const key = secretKey.split(' ');
271 | for (let i = 0; i < key.length; i++) {
272 | 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:269:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:256: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#L269
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:269
267 | async enterMnemonicKey(secretKey: string) {
268 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 269 | if (!secretKey) throw new Error('No key found');
| ^
270 | const key = secretKey.split(' ');
271 | for (let i = 0; i < key.length; i++) {
272 | 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:269:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:256:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] βΊ specs/transactions/transactions.spec.ts:45:5 βΊ Transaction signing βΊ App initiated STX transfer βΊ that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] βΊ specs/transactions/transactions.spec.ts:45:5 βΊ Transaction signing βΊ App initiated STX transfer βΊ that it broadcasts correctly with given fee and amount
Test timeout of 30000ms exceeded.
|
Merge reports
Action failed with "not found deploy key or tokens"
|
Shard 6 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, 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: actions/setup-node@v3, actions/cache@v3, 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: actions/setup-node@v3, actions/cache@v3, 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: actions/setup-node@v3, actions/cache@v3, 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: actions/setup-node@v3, actions/cache@v3, 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: actions/setup-node@v3, actions/cache@v3, 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: actions/setup-node@v3, actions/cache@v3, 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: actions/setup-node@v3, actions/cache@v3, 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/checkout@v3, actions/setup-node@v3, actions/download-artifact@v3, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
π Playwright Run Summary
3 skipped
5 passed (36.5s)
|
π 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
6 passed (1.6m)
|
π Playwright Run Summary
6 passed (1.0m)
|
π Playwright Run Summary
8 passed (1.2m)
|
π Playwright Run Summary
17 passed (1.2m)
|
π Playwright Run Summary
7 passed (1.0m)
|
π Playwright Run Summary
1 flaky
[chromium] βΊ specs/transactions/transactions.spec.ts:45:5 βΊ Transaction signing βΊ App initiated STX transfer βΊ that it broadcasts correctly with given fee and amount
6 passed (2.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
31.7 MB |
|