manager
manager copied to clipboard
change: [M3-9529] - Akamai Design System: inputAdornments
Description 📝
Refactor TextField and Autocomplete components to correctly use InputAdornment for adornments.
Changes 🔄
- Refactor all
TextFieldandAutocompletecomponents usingstartAdornmentorendAdornmentto wrap adornments withInputAdornment.
Target release date 🗓️
N/A
How to test 🧪
- Refactor all adornment usages using
InputAdornment - Verify consistent appearance and behavior in both light and dark modes
- Ensure no UI or layout regressions
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review ❔ Our contribution guidelines 🤏 Splitting feature into small PRs ➕ Adding a changeset 🧪 Providing/improving test coverage 🔐 Removing all sensitive information from the code and PR description 🚩 Using a feature flag to protect the release 👣 Providing comprehensive reproduction steps 📑 Providing or updating our documentation 🕛 Scheduling a pair reviewing session 📱 Providing mobile support ♿ Providing accessibility support
- [x] I have read and considered all applicable items listed above.
As an Author, before moving this PR from Draft to Open, I confirmed ✅
- [x] All unit tests are passing
- [x] TypeScript compilation succeeded without errors
- [x] Code passes all linting rules
Cloud Manager UI test results
:small_red_triangle: 2 failing tests on test run #4 ↗︎
| :x: Failing | :white_check_mark: Passing | :arrow_right_hook: Skipped | :clock1: Duration |
2 Failing | 660 Passing | 4 Skipped | 130m 49s |
Details
| Failing Tests | ||
|---|---|---|
| Spec | Test | |
| :x: | smoke-community-stackscripts.spec.ts | Cloud Manager Cypress Tests→Community Stackscripts integration tests » Community Stackscripts integration tests |
| :x: | resize-linode.spec.ts | Cloud Manager Cypress Tests→resize linode » resize linode |
Troubleshooting
Use this command to re-run the failing tests:
pnpm cy:run -s "cypress/e2e/core/stackscripts/smoke-community-stackscripts.spec.ts,cypress/e2e/core/linodes/resize-linode.spec.ts"