chore(deps): bump @leather.io/ui from 1.10.1 to 1.11.0 #6528
Annotations
8 errors, 3 warnings, and 1 notice
tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
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/send/send-btc.spec.ts:14:5
|
tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
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: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/send/send-btc.spec.ts:14:5
|
tests/specs/send/send-btc.spec.ts#L12
2) [chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly
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/send/send-btc.spec.ts:14:5
|
tests/specs/send/send-btc.spec.ts#L12
3) [chromium] › specs/send/send-btc.spec.ts:107:5 › send btc › btc send form › that fallbacks to other api provider if main fails
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
tests/page-object-models/onboarding.page.ts#L313
3) [chromium] › specs/send/send-btc.spec.ts:107:5 › send btc › btc send form › that fallbacks to other api provider if main fails
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/send/send-btc.spec.ts:14: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/
|
[chromium] › specs/send/send-stx.spec.ts#L1
[chromium] › specs/send/send-stx.spec.ts took 2.9m
|
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/
|
3 flaky
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
[chromium] › specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly
[chromium] › specs/send/send-btc.spec.ts:107:5 › send btc › btc send form › that fallbacks to other api provider if main fails
19 passed (6.4m)
|
This job succeeded
Loading