chore(deps): bump @leather.io/ui from 1.10.1 to 1.11.0 #6528
Annotations
6 errors, 3 warnings, and 1 notice
tests/specs/compliance-checks/compliance-checks.spec.ts#L26
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:63:3 › Compliance checks › nothing happens when chainalysis is down
Test timeout of 30000ms exceeded while running "beforeEach" hook.
24 |
25 | test.describe('Compliance checks', () => {
> 26 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => {
| ^
27 | await globalPage.setupAndUseApiCalls(extensionId);
28 | await onboardingPage.signInWithTestAccount(extensionId);
29 | await page.goto('localhost:3000', { waitUntil: 'networkidle' });
at /home/runner/work/extension/extension/tests/specs/compliance-checks/compliance-checks.spec.ts:26:8
|
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:63:3 › Compliance checks › nothing happens when chainalysis is down
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/compliance-checks/compliance-checks.spec.ts:28:5
|
tests/specs/compliance-checks/compliance-checks.spec.ts#L26
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:63:3 › Compliance checks › nothing happens when chainalysis is down
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
24 |
25 | test.describe('Compliance checks', () => {
> 26 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => {
| ^
27 | await globalPage.setupAndUseApiCalls(extensionId);
28 | await onboardingPage.signInWithTestAccount(extensionId);
29 | await page.goto('localhost:3000', { waitUntil: 'networkidle' });
at /home/runner/work/extension/extension/tests/specs/compliance-checks/compliance-checks.spec.ts:26:8
|
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:63:3 › Compliance checks › nothing happens when chainalysis is down
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/compliance-checks/compliance-checks.spec.ts:28:5
|
tests/specs/fund/fund.spec.ts#L6
2) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Buy tokens test', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.goToFundChooseCurrencyPage();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
|
tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
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/fund/fund.spec.ts:8: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/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 53.1s
|
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