manager
manager copied to clipboard
change: [UIE-9701] - Add Back Navigation functionality in Drawer
Description 📝
- Add optional Back Navigation to the Drawer
Scope 🚢
Upon production release, changes in this PR will be visible to:
- [ ] All customers
- [ ] Some customers (e.g. in Beta or Limited Availability)
- [x] No customers / Not applicable
Preview 📷
| Before | After |
|---|---|
How to test 🧪
Prerequisites
- Add the
handleNavigationprop to any of the<Drawer />Component
Verification steps
- [ ] Verify that the
handleNavigationevent handler works as expected - [ ] Verify the story added to Storybook
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 tests and CI checks are passing
- [x] TypeScript compilation succeeded without errors
- [x] Code passes all linting rules
Cloud Manager UI test results
:small_red_triangle: 7 failing tests on test run #10 ↗︎
| :x: Failing | :white_check_mark: Passing | :arrow_right_hook: Skipped | :clock1: Duration |
7 Failing | 820 Passing | 11 Skipped | 57m 39s |
Details
| Failing Tests | ||
|---|---|---|
| Spec | Test | |
| :x: | create-linode.spec.ts | Cloud Manager Cypress Tests→Create Linode→End-to-end→By plan type » creates a Premium CPU Linode |
| :x: | create-linode-blackwell.spec.ts | Cloud Manager Cypress Tests→smoketest for Nvidia blackwell GPUs in linodes/create page » disables Blackwells if disabled region selected |
| :x: | create-linode-blackwell.spec.ts | Cloud Manager Cypress Tests→smoketest for Nvidia blackwell GPUs in linodes/create page » enables Blackwells if enabled region selected |
| :x: | lke-create.spec.ts | Cloud Manager Cypress Tests→smoketest for Nvidia Blackwell GPUs in kubernetes/create page→standard tier » enabled feature flag includes blackwells |
| :x: | plan-selection.spec.ts | Cloud Manager Cypress Tests→displays specific linode plans for GPU » Should render divided tables when GPU divider enabled |
| :x: | plan-selection.spec.ts | Cloud Manager Cypress Tests→displays specific kubernetes plans for GPU » Should render divided tables when GPU divider enabled |
| :x: | clone-linode.spec.ts | Cloud Manager Cypress Tests→clone linode » can clone a Linode from Linode details page |
Troubleshooting
Use this command to re-run the failing tests:
pnpm cy:run -s "cypress/e2e/core/linodes/create-linode.spec.ts,cypress/e2e/core/linodes/create-linode-blackwell.spec.ts,cypress/e2e/core/kubernetes/lke-create.spec.ts,cypress/e2e/core/linodes/plan-selection.spec.ts,cypress/e2e/core/linodes/clone-linode.spec.ts"