Use white PostHog logo on sign-in button and tidy auth copy #8234
Annotations
1 error, 4 warnings, and 1 notice
|
[electron] › tests/e2e/tests/smoke.spec.ts:15:7 › Smoke Tests › app renders initial UI (auth or main layout):
apps/code/tests/e2e/tests/smoke.spec.ts#L49
1) [electron] › tests/e2e/tests/smoke.spec.ts:15:7 › Smoke Tests › app renders initial UI (auth or main layout)
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
47 | const isValidBootState =
48 | hasOnboarding || hasAuthScreen || hasMainLayout || hasSettings;
> 49 | expect(isValidBootState).toBe(true);
| ^
50 | });
51 |
52 | test("window has correct minimum dimensions", async ({ window }) => {
at /Users/runner/work/code/code/apps/code/tests/e2e/tests/smoke.spec.ts:49:30
|
|
changes
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
changes
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
|
|
unit-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
integration-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 flaky
[electron] › tests/e2e/tests/smoke.spec.ts:15:7 › Smoke Tests › app renders initial UI (auth or main layout)
11 passed (1.2m)
|