-
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
change: [UIE-8220] - Settings text update #11166
change: [UIE-8220] - Settings text update #11166
Conversation
d76c819
to
b1ebdde
Compare
@smans-akamai Heads up you still have failing units as a result of this PR |
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.
The things I mention below aren't included in this PR, but they are text on the Settings page so it may make sense to address them in this PR.
Couple questions about Weekly Maintenance Window copy:
- Can we add a space before the sentence that starts
For non-HA plans
after the period of the preceding sentence? - Is the DBaaS team intentionally using the term
DB Engine
here? Throughout the rest of Cloud Manager, I believe we spell outdatabase
rather than useDB
, so I'm curious to know if this is changing or if we want to continue without the abbreviation for consistency?
595a1cc
to
55fcfd5
Compare
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.
@@ -198,7 +198,7 @@ export const MaintenanceWindow = (props: Props) => { | |||
<Typography className={classes.sectionText}> | |||
{isLegacy ? typographyLegacyDatabase : typographyDatabase} | |||
{database.cluster_size !== 3 | |||
? 'For non-HA plans, expect downtime during this window.' | |||
? ' For non-HA plans, expect downtime during this window.' |
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.
? ' For non-HA plans, expect downtime during this window.' | |
{isLegacy ? typographyLegacyDatabase : typographyDatabase}{' '} | |
{database.cluster_size !== 3 | |
? 'For non-HA plans, expect downtime during this window.' | |
: null} |
Nit: how we tend to add spaces to avoid modifying the actual copy.
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.
Confirming on the text updates, This is good to go with cypress test fix.
Okay, it was just the update spec that is relevant here. Looks like the resize spec was due to a feature flag toggle as Joe mentions here: #11190 |
df23346
to
bf4d30f
Compare
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.
Thank you @smans-akamai LGTM!
Cloud Manager E2E Run #6762
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6762
|
Run duration | 24m 59s |
Commit |
5bb78393ad: change: [UIE-8220] - Settings text update (#11166)
|
Committer | smans-akamai |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
2
|
Skipped |
0
|
Passing |
445
|
View all changes introduced in this branch ↗︎ |
Description 📝
Updating text for database settings
Changes 🔄
List any change relevant to the reviewer.
Target release date 🗓️
11/12/2024
Preview 📷
How to test 🧪
Prerequisites
(How to setup test environment)
Verification steps
As an Author I have considered 🤔