chore: refactor containers #6270
Annotations
7 errors, 2 warnings, and 1 notice
tests/specs/transactions/transactions.spec.ts#L13
1) [chromium] › specs/transactions/transactions.spec.ts:46:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Test timeout of 30000ms exceeded while running "beforeEach" hook.
11 | let testAppPage: TestAppPage;
12 |
> 13 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
14 | await globalPage.setupAndUseApiCalls(extensionId);
15 | await onboardingPage.signInWithTestAccount(extensionId);
16 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:13:8
|
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/transactions/transactions.spec.ts:46:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
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:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:15:5
|
tests/specs/transactions/transactions.spec.ts#L13
2) [chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
11 | let testAppPage: TestAppPage;
12 |
> 13 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
14 | await globalPage.setupAndUseApiCalls(extensionId);
15 | await onboardingPage.signInWithTestAccount(extensionId);
16 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:13:8
|
tests/page-object-models/test-app.page.ts#L22
2) [chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "localhost:3000", waiting until "networkidle"
at page-object-models/test-app.page.ts:22
20 | static async openDemoPage(context: BrowserContext) {
21 | const newPage = await context.newPage();
> 22 | await newPage.goto('localhost:3000', { waitUntil: 'networkidle' });
| ^
23 | return new TestAppPage(newPage);
24 | }
25 |
at Function.openDemoPage (/home/runner/work/extension/extension/tests/page-object-models/test-app.page.ts:22:19)
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:16:19
|
tests/specs/transactions/transactions.spec.ts#L13
2) [chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
11 | let testAppPage: TestAppPage;
12 |
> 13 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
14 | await globalPage.setupAndUseApiCalls(extensionId);
15 | await onboardingPage.signInWithTestAccount(extensionId);
16 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:13:8
|
tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:15:5
|
|
The following actions uses Node.js version which is deprecated 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/
|
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/
|
1 failed
[chromium] › specs/transactions/transactions.spec.ts:46:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
1 flaky
[chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
1 skipped
1 passed (2.2m)
|
This job failed
Loading