Skip to content

chore: react who#3260

Draft
dreamwasp wants to merge 20 commits intomainfrom
cass-gmt-1473
Draft

chore: react who#3260
dreamwasp wants to merge 20 commits intomainfrom
cass-gmt-1473

Conversation

@dreamwasp
Copy link
Contributor

Overview

PR Checklist

  • Related to designs:
  • Related to JIRA ticket: [ABC-123]
  • I have run this code to verify it works
  • This PR includes unit tests for the code change
  • This PR includes testing instructions tests for the code change
  • The alpha package of this PR is passing end-to-end tests in all relevant Codecademy repositories

Testing Instructions

Don't make me tap the sign.

  1. Go to story X
  2. Do something
  3. Do that something in dark mode
  4. Check it with VO
  5. Finish and do a celebratory dance

PR Links and Envs

Repository PR Link
Monolith Monolith PR
Mono Mono PR

@nx-cloud
Copy link

nx-cloud bot commented Feb 5, 2026

View your CI Pipeline Execution ↗ for commit 1d3ea6d


☁️ Nx Cloud last updated this comment at 2026-02-05 21:39:44 UTC

@dreamwasp dreamwasp changed the title Cass gmt 1473 chore: react who Feb 5, 2026
@codecov
Copy link

codecov bot commented Feb 5, 2026

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
797 1 796 0
View the top 1 failed test(s) by shortest run time
parseSelectOptions creates an option list
Stack Traces | 0.004s run time
Error: expect(received).toMatchSnapshot()

Snapshot name: `parseSelectOptions creates an option list 1`

- Snapshot  - 26
+ Received  + 14

  [
-   {
-     "$$typeof": Symbol(react.transitional.element),
-     "_owner": null,
-     "_store": {},
-     "key": "test-val",
-     "props": {
-       "children": "Value",
-       "data-testid": "test-val",
-       "label": "Value",
-       "value": "val",
-     },
-     "type": "option",
-   },
-   {
-     "$$typeof": Symbol(react.transitional.element),
-     "_owner": null,
-     "_store": {},
-     "key": "test-val2",
-     "props": {
-       "children": "Value 2",
-       "data-testid": "test-val2",
-       "label": "Value 2",
-       "value": "val2",
-     },
-     "type": "option",
-   },
+   <option
+     data-testid="test-val"
+     label="Value"
+     value="val"
+   >
+     Value
+   </option>,
+   <option
+     data-testid="test-val2"
+     label="Value 2"
+     value="val2"
+   >
+     Value 2
+   </option>,
  ]
    at Object.<anonymous> (.../Form/__tests__/utils.test.tsx:10:21)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../jest-circus/build/run.js:316:40)
    at async _runTest (.../jest-circus/build/run.js:252:3)
    at async _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at async _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at async run (.../jest-circus/build/run.js:71:3)
    at async runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at async jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at async runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at async runTest (.../jest-runner/build/runTest.js:444:34)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

@codecademydev
Copy link
Collaborator

📬 Published Alpha Packages:

@codecademy/gamut@68.0.2-alpha.c84b39.0
@codecademy/gamut-icons@9.55.1-alpha.c84b39.0
@codecademy/gamut-illustrations@0.58.3-alpha.c84b39.0
@codecademy/gamut-kit@0.6.581-alpha.c84b39.0
@codecademy/gamut-patterns@0.10.22-alpha.c84b39.0
@codecademy/gamut-styles@17.11.3-alpha.c84b39.0
@codecademy/gamut-tests@5.2.20-alpha.c84b39.0
@codecademy/variance@0.25.3-alpha.c84b39.0

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.

3 participants