meta: bump @types/node from 22.16.5 to 22.17.0 #671
playwright-cloudflare-open-next.yml
on: pull_request
Playwright Tests
3m 44s
Annotations
1 error and 1 notice
|
[chromium] › tests/e2e/general-behavior.spec.ts:66:5 › Node.js Website › Theme › should toggle between light/dark themes:
apps/site/tests/e2e/general-behavior.spec.ts#L76
1) [chromium] › tests/e2e/general-behavior.spec.ts:66:5 › Node.js Website › Theme › should toggle between light/dark themes
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not "light"
74 |
75 | const newTheme = await getTheme(page);
> 76 | expect(newTheme).not.toEqual(initialTheme);
| ^
77 | expect(['light', 'dark']).toContain(newTheme);
78 | });
79 |
at /home/runner/work/nodejs.org/nodejs.org/apps/site/tests/e2e/general-behavior.spec.ts:76:28
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/e2e/general-behavior.spec.ts:66:5 › Node.js Website › Theme › should toggle between light/dark themes
17 passed (1.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
2.06 MB |
sha256:a21212b6ab31c37b2c3661ea88d478b71565e3dc7d842eee27e741d7e669699c
|
|