[bot] ci: update npm packages #7254
Annotations
10 errors, 2 warnings, and 1 notice
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
1) [chromium] › specs/onboarding/onboarding.spec.ts:86:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/home.page.ts#L62
1) [chromium] › specs/onboarding/onboarding.spec.ts:86:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
- locator resolved to <button type="button" data-testid="receive-crypto-asset-btn" class="leather-c_ink.text-primary leather-p_space.01 leather-textStyle_label.02 leather-w_iconButtonWithLabelWidth leather-ring_none leather-op_1 leather-button leather-button--size_md leather-button--variant_ghost">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at page-object-models/home.page.ts:62
60 |
61 | async goToReceiveDialog() {
> 62 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
63 | }
64 |
65 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:62:74)
at HomePage.getReceiveNativeSegwitAddress (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:71:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:87:52
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
1) [chromium] › specs/onboarding/onboarding.spec.ts:86:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/home.page.ts#L62
1) [chromium] › specs/onboarding/onboarding.spec.ts:86:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
at page-object-models/home.page.ts:62
60 |
61 | async goToReceiveDialog() {
> 62 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
63 | }
64 |
65 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:62:74)
at HomePage.getReceiveNativeSegwitAddress (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:71:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:87:52
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
1) [chromium] › specs/onboarding/onboarding.spec.ts:86:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/home.page.ts#L62
1) [chromium] › specs/onboarding/onboarding.spec.ts:86:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
- locator resolved to <button type="button" data-testid="receive-crypto-asset-btn" class="leather-c_ink.text-primary leather-p_space.01 leather-textStyle_label.02 leather-w_iconButtonWithLabelWidth leather-ring_none leather-op_1 leather-button leather-button--size_md leather-button--variant_ghost">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at page-object-models/home.page.ts:62
60 |
61 | async goToReceiveDialog() {
> 62 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
63 | }
64 |
65 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:62:74)
at HomePage.getReceiveNativeSegwitAddress (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:71:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:87:52
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L1
2) [chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/home.page.ts#L62
2) [chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
- locator resolved to <button type="button" data-testid="receive-crypto-asset-btn" class="leather-c_ink.text-primary leather-p_space.01 leather-textStyle_label.02 leather-w_iconButtonWithLabelWidth leather-ring_none leather-op_1 leather-button leather-button--size_md leather-button--variant_ghost">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at page-object-models/home.page.ts:62
60 |
61 | async goToReceiveDialog() {
> 62 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
63 | }
64 |
65 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:62:74)
at HomePage.getReceiveTaprootAddress (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:81:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:92:47
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L80
2) [chromium] › specs/onboarding/onboarding.spec.ts:91: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.
78 |
79 | test.describe('Address generation', () => {
> 80 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
81 | await globalPage.setupAndUseApiCalls(extensionId);
82 | await onboardingPage.signInExistingUser();
83 | });
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:80:10
|
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L264
2) [chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('home-page-container') to be visible
at page-object-models/onboarding.page.ts:264
262 | await this.setPassword();
263 | await this.page.waitForURL('**' + RouteUrls.Home);
> 264 | await this.page.getByTestId(HomePageSelectors.HomePageContainer).waitFor();
| ^
265 | }
266 |
267 | async signInMnemonicKey(secretKey = TEST_ACCOUNT_SECRET_KEY) {
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:264:70)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:82:7
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|
Run Playwright tests
4 failed
[chromium] › specs/onboarding/onboarding.spec.ts:86:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
[chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
[chromium] › specs/onboarding/onboarding.spec.ts:98:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
[chromium] › specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile
1 did not run
4 passed (6.4m)
|
Loading