feat(hexclave): PR 2 — visible rebrand (Hexclave brand goes public) #2229
Annotations
2 errors and 1 warning
|
E2E Tests (Local Emulator, Node 22.x)
Process completed with exit code 1.
|
|
tests/backend/endpoints/api/v1/emails/email-queue.test.ts > send email to all users > should send email to all users in the project:
apps/e2e/tests/backend/endpoints/api/v1/emails/email-queue.test.ts#L411
Error: Snapshot `send email to all users > should send email to all users in the project 2` mismatched
- Expected
+ Received
@@ -40,49 +40,6 @@
};
`,
"updated_at_millis": <stripped field 'updated_at_millis'>,
"variables": {},
},
- {
- "can_have_delivery_info": false,
- "created_at_millis": <stripped field 'created_at_millis'>,
- "created_with": "programmatic-call",
- "delivered_at_millis": <stripped field 'delivered_at_millis'>,
- "email_draft_id": null,
- "email_programmatic_call_template_id": null,
- "has_delivered": true,
- "has_rendered": true,
- "html": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html dir=\"ltr\" lang=\"en\"><head><meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"/><meta name=\"x-apple-disable-message-reformatting\"/></head><body style=\"background-color:rgb(250,251,251);margin:0\"><!--$--><table border=\"0\" width=\"100%\" cellPadding=\"0\" cellSpacing=\"0\" role=\"presentation\" align=\"center\"><tbody><tr><td style=\"background-color:rgb(250,251,251);font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;line-height:1.5;margin:0rem;padding:0rem;overflow-x:hidden\"><div style=\"padding-bottom:2rem;padding-top:2rem;padding-right:1rem;padding-left:1rem;display:flex;justify-content:center\"><table align=\"center\" width=\"100%\" border=\"0\" cellPadding=\"0\" cellSpacing=\"0\" role=\"presentation\" style=\"max-width:600px;background-color:rgb(255,255,255);padding:45px;border-radius:0.5rem;box-shadow:0 0 rgb(0,0,0,0),0 0 rgb(0,0,0,0),0 0 rgb(0,0,0,0),0 0 rgb(0,0,0,0),0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));margin-right:auto;margin-left:auto;width:100%\"><tbody><tr style=\"width:100%\"><td><div><p>All users test</p></div></td></tr></tbody></table></div></td></tr></tbody></table><!--7--><!--/$--></body></html>",
- "id": "<stripped UUID>",
- "is_high_priority": false,
- "is_paused": false,
- "is_transactional": true,
- "next_send_retry_at_millis": null,
- "notification_category_id": "<stripped UUID>",
- "rendered_at_millis": <stripped field 'rendered_at_millis'>,
- "scheduled_at_millis": <stripped field 'scheduled_at_millis'>,
- "send_attempt_errors": null,
- "send_retries": 0,
- "simple_status": "ok",
- "skip_deliverability_check": false,
- "started_rendering_at_millis": <stripped field 'started_rendering_at_millis'>,
- "started_sending_at_millis": <stripped field 'started_sending_at_millis'>,
- "status": "sent",
- "subject": "All Users Test",
- "text": "All users test",
- "theme_id": "<stripped UUID>",
- "to": {
- "type": "user-primary-email",
- "user_id": "<stripped UUID>",
- },
- "tsx_source": deindent`
- export const variablesSchema = v => v;
- export function EmailTemplate() {
- return <>
- <div dangerouslySetInnerHTML={{ __html: "<p>All users test</p>"}} />
- </>
- };
- `,
- "updated_at_millis": <stripped field 'updated_at_millis'>,
- "variables": {},
- },
]
❯ tests/backend/endpoints/api/v1/emails/email-queue.test.ts:411:28
|
|
E2E Tests (Local Emulator, Node 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: JarvusInnovations/background-action@2428e7b970a846423095c79d43f759abf979a635, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|