-
Notifications
You must be signed in to change notification settings - Fork 128
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
96383 remove environment checks for for prod launch and update e2e tests #34141
base: main
Are you sure you want to change the base?
Conversation
cy.get(`va-checkbox[id="veteran-certify"]`) | ||
.shadow() | ||
.find('input') | ||
.click({ force: true }); |
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.
fyi these changes were needed since the statement of truth section was recently updated in platform to use the VaStatementOfTruth
component, so we now have a web component embedded with web components. since the inputs were in a shadow dom, we could no longer access the input and checkbox fields directly, hence the use of .shadow()
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.
Preemptive LGTM for the 27th!
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.
👍
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!
Are you removing, renaming or moving a folder in this PR?
Did you change site-wide styles, platform utilities or other infrastructure?
Summary
team: @department-of-veterans-affairs/dbex-trex
flipper: none
Related issue(s)
department-of-veterans-affairs/va.gov-team#96383
Testing done
Screenshots
n/a
What areas of the site does it impact?
526ez
Acceptance criteria
Quality Assurance & Testing
Error Handling
Authentication
Requested Feedback
(OPTIONAL) What should the reviewers know in addition to the above. Is there anything specific you wish the reviewer to assist with. Do you have any concerns with this PR, why?