-
-
Notifications
You must be signed in to change notification settings - Fork 732
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: enable disabled strategies keeps settings #7950
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
@@ -814,3 +814,51 @@ test('Should not allow to revive flags to archived projects', async () => { | |||
), | |||
); | |||
}); | |||
|
|||
test('Should enable disabled strategies on feature environment enabled', async () => { |
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.
Minor suggestion: can we be clearer about what we're checking here? Something like
test('Should enable disabled strategies on feature environment enabled', async () => { | |
test('Should not remove constraints or strategy variants on feature environment enabled', async () => { |
test('Should enable disabled strategies on feature environment enabled', async () => { | |
test('Strategy configurations should not change on feature environment enabled', async () => { |
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.
I guess I was late 🤷🏼
About the changes
Closes #
Important files
Discussion points