-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(PPDSC-2135): add unified script to Consent #193
Conversation
You can preview these changes on: |
@@ -1,5 +1,6 @@ | |||
Cypress.Commands.add('mockConsentAndVisit', url => { | |||
cy.intercept('GET', '**/wrapper/tcfv2/v1/gdpr/**', 'fx:consent-request'); | |||
cy.setCookie('nukt_sp_consent', 'JABCDEFGHI'); | |||
cy.setCookie('consentUUID', '0714192a-0776-4b78-b462-41dde53d35e8_7'); |
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.
Are those gonna change from time to time?
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 don't believe so it what we do on Render and we have not had to change them once.
<Prop name="ccpa" type="boolean"> | ||
If your using the unified sourcepoiont script for CCPA. | ||
</Prop> | ||
<Prop name="tabToOpen" type="string"> |
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.
Should it be a string
? What value should it take?
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.
updated
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.
Just to be on the safe side: does this need to be verified by clients like virgin for example?
Yes but Wireless can't test till at least the 30th. This does not effect the old implementation so James says we should move it forward and Wireless can test when ready |
* feat(PPDSC-2135): add unified script to Consent * feat(PPDSC-2135): refactor to enable CCPA script * feat(PPDSC-2135): fix mdx error update tests * feat(PPDSC-2135): add unified script logic to link * feat(PPDSC-2135): refactor so stub logic * feat(PPDSC-2135): update tabToOpen type * feat(PPDSC-2135): fix typos
PPDSC-2135
What
I have done:
I have tested manually:
Before:
After:
Who should review this PR:
How to test: