-
Notifications
You must be signed in to change notification settings - Fork 70
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
VACMS-19888 Remove email signup widget feature toggle #20191
Conversation
Checking composer.lock changes... |
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.
LGTM.
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.
LGTM
Checking composer.lock changes... |
How do we feel about the test failures here? It seems very noisy, and I can't find the Cypress output but if it's totally unrelated to the code change, we could advocate for overriding branch protections to get it merged. That may be a controversial idea? @omahane what do you think? (Randi's doing a CMS solid to remove this toggle, and it keeps failing weird php unit / cypress tests.) |
Let's get test passing on this so we don't have to bypass merge restrictions. If getting tests to pass on TB, that should be passing, is challenging or impossible, that is something we need to escalate to the CMS team. As it stands now, the TB was in a failed state for k8s image reasons, so I'm rebuilding the TB, which will cause tests to re-trigger once it comes back online. |
Checking composer.lock changes... |
Cypress Accessibility Violations
|
Description
We have successfully implemented a new React widget for the email signup form to replace the old form in content-build. This means we will no longer need the CMS feature toggle.
Related ticket: #19888
PR that removed the code usage: department-of-veterans-affairs/content-build#2404
The
FEATURE_EMAIL_UPDATE_WIDGET
feature toggle is currently off in staging and production CMS:Staging
Production