Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(LEMS-2082): update expression popover role and remove aria-checked (
#1371) ## Summary: ### Issue Summary Based on a Level Access audit, the keypad button in the expression widget - doesn't have the appropriate role - misuses the `aria-checked` label ### Fix Summary - Updated `Clickable` component's role to be button - Removed `aria-checked` Issue: LEMS-2082 ## Test plan: 1. Navigate to [Expression Widget](https://prod-znd-240624-anakaren-ar-4.khanacademy.org/internal-courses/test-everything/test-everything-1/expression/e/expression-exercise) 2. Click the expression widget ![image](https://github.com/Khan/perseus/assets/171845986/6eed2f65-796a-42e6-a837-1a1747938b39) 3. Fix reflects updated component role and does not display 'aria-checked' ### Screenshots #### Before ![image](https://github.com/Khan/perseus/assets/171845986/d967771a-9d43-4386-bc52-2288719cca1c) #### After ![image](https://github.com/Khan/perseus/assets/171845986/3816991e-ed0b-4fec-beeb-0378a715c6c0) Author: anakaren-rojas Reviewers: catandthemachines, #perseus Required Reviewers: Approved By: catandthemachines Checks: ✅ codecov/project, ✅ codecov/patch, ✅ Upload Coverage (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Jest Coverage (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), 🚫 Upload Coverage, ✅ gerald, ✅ Publish npm snapshot (ubuntu-latest, 20.x), 🚫 Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), 🚫 Jest Coverage (ubuntu-latest, 20.x), 🚫 Check builds for changes in size (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald, ✅ Upload Coverage (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Jest Coverage (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald Pull Request URL: #1371
- Loading branch information