Chore/lea 634/test linear #6858
Annotations
4 errors, 2 warnings, and 1 notice
tests/specs/send/send-inscription.spec.ts#L15
1) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 |
14 | test.describe('send inscription', () => {
> 15 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
16 | await globalPage.setupAndUseApiCalls(extensionId);
17 | await onboardingPage.signInWithTestAccount(extensionId);
18 | await mockTestnetTestAccountInscriptionsRequests(globalPage.page, [mockInscriptionResponse3]);
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:15:8
|
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
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:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:17:5
|
tests/specs/send/send-inscription.spec.ts#L15
1) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 |
14 | test.describe('send inscription', () => {
> 15 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
16 | await globalPage.setupAndUseApiCalls(extensionId);
17 | await onboardingPage.signInWithTestAccount(extensionId);
18 | await mockTestnetTestAccountInscriptionsRequests(globalPage.page, [mockInscriptionResponse3]);
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:15:8
|
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:17:5
|
The following actions use a deprecated Node.js version 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/
|
|
This job succeeded
Loading