manager icon indicating copy to clipboard operation
manager copied to clipboard

change: [M3-9529] - Akamai Design System: inputAdornments

Open hasyed-akamai opened this issue 7 months ago • 1 comments

Description 📝

Refactor TextField and Autocomplete components to correctly use InputAdornment for adornments.

Changes 🔄

  • Refactor all TextField and Autocomplete components using startAdornment or endAdornment to wrap adornments with InputAdornment.

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

hasyed-akamai avatar Jun 16 '25 15:06 hasyed-akamai

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 Failing660 Passing4 Skipped130m 49s

Details

Failing Tests
SpecTest
:x:smoke-community-stackscripts.spec.tsCloud Manager Cypress Tests→Community Stackscripts integration tests » Community Stackscripts integration tests
:x:resize-linode.spec.tsCloud 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"

linode-gh-bot avatar Jun 22 '25 08:06 linode-gh-bot