mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-24 13:34:55 +00:00
Add MD3 framework tests and utility functions for component accessibility and interaction
- Implemented tests for various MD3 components including buttons, text fields, dialogs, navigation, menus, progress indicators, and responsive design. - Created utility functions to interact with MD3 components, check their states, and validate accessibility attributes. - Added support for keyboard navigation testing and touch target size validation. - Introduced schema-based component definitions to streamline test implementations.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
"next-themes": "^0.4.6",
|
||||
"pyodide": "^0.27.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-error-boundary": "^6.0.0",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-redux": "^9.2.0",
|
||||
|
||||
Reference in New Issue
Block a user