change: [M3-8362] – Update placement group policy text copy - #10727
Conversation
dwiley-akamai
left a comment
There was a problem hiding this comment.
Confirmed copy changes ✅
Should we have a changeset for this?
I just pushed it, I had checked the checkbox but got sidetracked and hadn't included it. |
|
Coverage Report: ✅ |
|
@carrillo-erik Merging in the latest changes from |
jdamore-linode
left a comment
There was a problem hiding this comment.
Looks like the changes in create-linode-with-firewall.spec.ts are causing the test failures in CI. Calling mockAppendFeatureFlags() in the test body overrides the call to mockAppendFeatureFlags() in the before hook, causing the tests to fail in any LD environment where the Linode Create refactor is not actually enabled.
Normally in a case like this, the solution would be to consolidate the calls to mockAppendFeatureFlags(), but in this case we'll just remove all of these changes since the gecko2 feature flag override isn't necessary since the related PR was reverted.
@jdamore-linode That's good info, thanks for sharing. It's also interesting because I recognized that I was repeating the same operation for each test, so I had consolidated the calls as you described and the tests failed. In any event, I've merged the latest from developed and removed the previous changes as requested. |
jdamore-linode
left a comment
There was a problem hiding this comment.
Thanks @carrillo-erik! Approved pending CI passing (and I'll follow up if there are failures since there are a couple unrelated flaky tests atm)
I had consolidated the calls as you described and the tests failed
Hm -- wish I had an explanation for you as to why that didn't work!
Description 📝
This PR changes the text copy found in the Placement Group create drawer, under the "Placement Group Policy" radio buttons descriptions.
Changes 🔄
The text copy updates are as follows:
Target release date 🗓️
08/05/2024
Preview 📷
How to test 🧪
Prerequisites
(How to setup test environment)
Createdropdown menu or the Placement Groups landing page and clicking theCreate Placement Groupbutton.Verification steps
(How to verify changes)
Changessection above.As an Author I have considered 🤔
Check all that apply