Skip to content

Conversation

@kylemh
Copy link
Member

@kylemh kylemh commented Oct 27, 2025

Description of changes

Issue Resolved

Fixes #1722
Fixes #1723

Screenshots/GIFs

@vercel
Copy link

vercel bot commented Oct 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
operation-code Ready Ready Preview Comment Nov 8, 2025 7:51pm
storybook Ready Ready Preview Comment Nov 8, 2025 7:51pm

@kylemh
Copy link
Member Author

kylemh commented Oct 27, 2025

kylemh and others added 2 commits October 27, 2025 16:13
Fixed 64 missing React key prop errors and 2 unescaped entity errors:
- Added key props to all JSX elements in arrays across components and pages
- Fixed display name issue in project_rebuild.tsx
- Escaped apostrophes in about.tsx and chapters.tsx

All lint errors are now resolved. Only 6 console statement warnings remain.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Oct 27, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 84.17% 5134 / 6099
🔵 Statements 84.17% 5134 / 6099
🔵 Functions 87.5% 161 / 184
🔵 Branches 93.82% 623 / 664
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
components/Branding/ColorSection/ColorSection.tsx 100% 100% 100% 100%
components/Branding/FontSection/FontSection.tsx 100% 100% 100% 100%
components/Branding/LogoSection/LogoSection.tsx 100% 100% 100% 100%
components/Content/__stories__/Content.stories.tsx 0% 100% 100% 0% 2-45
components/Content/__tests__/Content.test.tsx 100% 100% 100% 100%
components/Form/MultiStepForm.tsx 100% 100% 100% 100%
components/Heading/Heading.tsx 100% 100% 100% 100%
Generated in workflow #41 for commit f990e64 by the Vitest Coverage Report Action

@github-actions
Copy link

github-actions bot commented Nov 8, 2025

❌ Playwright Tests Failed

The Playwright tests have failed. Please download the test report artifact to see detailed information about the failures:

📊 View test run and download artifact

How to view the report:

  1. Click the link above
  2. Scroll to the bottom to the "Artifacts" section
  3. Download the playwright-report artifact
  4. Extract the zip file and open index.html in your browser

The report includes screenshots, videos, and detailed traces of the failed tests.

@kylemh kylemh merged commit 1f4f5e0 into main Nov 8, 2025
14 checks passed
@kylemh kylemh deleted the playwight-and-no-babel branch November 8, 2025 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace Cypress with Playwright Integrate Playwright

2 participants