fix: ses-2089 update tos datatestid to open-url to match other platforms

backported from chunk 1 qa feedback
pull/3083/head
William Grant 10 months ago
parent bb48971fa6
commit d6544efaa6

@ -22,7 +22,7 @@ export const TermsAndConditions = () => {
return (
<StyledTermsAndConditions
onClick={() => dispatch(updateTermsOfServicePrivacyModal({ show: true }))}
data-testid="terms-of-service-link"
data-testid="open-url"
>
<SessionHtmlRenderer html={window.i18n('onboardingTosPrivacy')} />
</StyledTermsAndConditions>

Loading…
Cancel
Save