Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Dec 16, 2022
1 parent cdfd6d6 commit 5cd7947
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions src/components/__snapshots__/CCPADialog.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Array [
<h2
className="pgn__modal-title"
>
Do Not Sell My Personal Data
<span>
Do Not Sell My Personal Data
</span>
</h2>
</div>
<div
Expand Down Expand Up @@ -116,19 +118,25 @@ Array [
className="pgn__form-label"
htmlFor="form-field14"
>
Share My Data with Third Parties for Personalized Advertising
<span>
Share My Data with Third Parties for Personalized Advertising
</span>
</label>
</div>
</div>
</div>
</div>
<div>
We share information with business partners to provide personalized online advertising. Under the California Consumer Privacy Act (“CCPA”), some of this data sharing may be broadly considered a “sale” of information. Except for this type of sharing, we do not sell your information. You may opt out of these “sales” under the CCPA. Your selection is saved to this browser, on this device. If you clear your browser cookies, you will need to opt out of “sales” again. To learn more about 2U's use of your data, please see our
<span>
We share information with business partners to provide personalized online advertising. Under the California Consumer Privacy Act (“CCPA”), some of this data sharing may be broadly considered a “sale” of information. Except for this type of sharing, we do not sell your information. You may opt out of these “sales” under the CCPA. Your selection is saved to this browser, on this device. If you clear your browser cookies, you will need to opt out of “sales” again. To learn more about 2U's use of your data, please see our
</span>
<a
href="https://edx.org/edx-privacy-policy"
>
Privacy Policy.
<span>
Privacy Policy.
</span>
</a>
</div>
</div>
Expand All @@ -146,15 +154,19 @@ Array [
onClick={[Function]}
type="button"
>
Cancel
<span>
Cancel
</span>
</button>
<button
className="btn btn-primary"
disabled={false}
onClick={[Function]}
type="button"
>
Confirm
<span>
Confirm
</span>
</button>
</div>
</div>
Expand Down

0 comments on commit 5cd7947

Please sign in to comment.