e2e(regtest mint): drop mempool/backend image, use the fees-electrs-stub #41
e2e-regtest-mint.yml
on: push
Bring up stack + smoke-test backend
7m 52s
Annotations
2 errors, 1 warning, and 1 notice
|
Bring up stack + smoke-test backend
Process completed with exit code 1.
|
|
playwright/specs/regtest/cat21-mint-regtest.spec.ts:146:5 › cat21 mint round-trip on regtest via the Angular /cat21-mint page + Xverse:
frontend/playwright/specs/regtest/cat21-mint-regtest.spec.ts#L217
1) playwright/specs/regtest/cat21-mint-regtest.spec.ts:146:5 › cat21 mint round-trip on regtest via the Angular /cat21-mint page + Xverse
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('code.bitcoin').filter({ hasText: /^(bcrt1q|bcrt1p|3|tb1q|2)/ }).first()
Expected: visible
Timeout: 60000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 60000ms
- waiting for locator('code.bitcoin').filter({ hasText: /^(bcrt1q|bcrt1p|3|tb1q|2)/ }).first()
215 | // we can read verbatim — no SDK testHooks required.
216 | const paymentCode = page.locator('code.bitcoin', { hasText: /^(bcrt1q|bcrt1p|3|tb1q|2)/ }).first();
> 217 | await expect(paymentCode).toBeVisible({ timeout: 60_000 });
| ^
218 | const paymentAddress = (await paymentCode.textContent())!.trim();
219 | console.log(`[mint-page] payment=${paymentAddress}`);
220 | expect(paymentAddress).toMatch(/^bcrt1q/);
at /home/runner/work/ordpool/ordpool/frontend/playwright/specs/regtest/cat21-mint-regtest.spec.ts:217:29
|
|
Bring up stack + smoke-test backend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 failed
playwright/specs/regtest/cat21-mint-regtest.spec.ts:146:5 › cat21 mint round-trip on regtest via the Angular /cat21-mint page + Xverse
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
regtest-mint-playwright-27475675354
|
92.2 MB |
sha256:965a0ae67cc21ab10ed5fba9cab8a1c0be78ba2d40b338f9fa6481d1d52bfaa3
|
|