feat: sbtc integration #7255
Annotations
2 errors, 4 warnings, and 1 notice
Run Playwright tests:
tests/specs/compliance-checks/compliance-checks.spec.ts#L24
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('Compliance checks', () => {
> 24 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => {
| ^
25 | await globalPage.setupAndUseApiCalls(extensionId);
26 | await onboardingPage.signInWithTestAccount(extensionId);
27 | await page.goto('localhost:3000', { waitUntil: 'networkidle' });
at /home/runner/work/extension/extension/tests/specs/compliance-checks/compliance-checks.spec.ts:24:8
|
Run Playwright tests:
tests/specs/compliance-checks/compliance-checks.spec.ts#L27
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "localhost:3000", waiting until "networkidle"
25 | await globalPage.setupAndUseApiCalls(extensionId);
26 | await onboardingPage.signInWithTestAccount(extensionId);
> 27 | await page.goto('localhost:3000', { waitUntil: 'networkidle' });
| ^
28 | });
29 |
30 | async function openIllegalTransfer(page: Page) {
at /home/runner/work/extension/extension/tests/specs/compliance-checks/compliance-checks.spec.ts:27:16
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 49.8s
|
Run Playwright tests:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 16.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/
|
Run Playwright tests
1 flaky
[chromium] › specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down
16 passed (2.3m)
|
Loading