-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: [M3-7528] - Account Cancellation Survey Button Color Issues #11412
Conversation
Coverage Report: ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @carrillo-erik, thanks! Confirmed that the logo and button both look as expected with the dark and light theme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ confirmed button fixes for both light and dark mode
✅ confirmed logo light mode fixes
thank you!
Cloud Manager UI test results🔺 1 failing test on test run #4 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: yarn cy:run -s "cypress/e2e/core/kubernetes/lke-update.spec.ts" |
Cloud Manager E2E Run #6985
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6985
|
Run duration | 25m 17s |
Commit |
226c3cbbd6: fix: [M3-7528] - Account Cancellation Survey Button Color Issues (#11412)
|
Committer | carrillo-erik |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
1
|
Pending |
2
|
Skipped |
0
|
Passing |
469
|
View all changes introduced in this branch ↗︎ |
…ode#11412) * fix : [M3-7528] - Account Cancellation Survey Button Color Issues * Add changeset
Description 📝
The original bug reported was that the action button on the Account Cancellation page would change from green to blue when the user would hover over it. However, an additional bug was discovered in which the Akamai logo would not display properly in Light Mode. This PR addresses both issues by updating the color of the action button to be consistent with the rest of the application, as well as its state behaviors in Light and Dark modes, and displaying the Akamai log in color when the user is in Light Mode.
Changes 🔄
Preview 📷
How to test 🧪
Prerequisites
(How to setup test environment)
yarn cy:run -s "cypress/e2e/core/account/account-cancellation.spec.ts"
Verification steps
(How to verify changes)
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
As an Author, before moving this PR from Draft to Open, I confirmed ✅