Skip to content

LG-8332 stop ipp cta ab test#8555

Merged
svalexander merged 24 commits intomainfrom
shannon/lg-8332-stop-ipp_cta_ab_test
Jun 15, 2023
Merged

LG-8332 stop ipp cta ab test#8555
svalexander merged 24 commits intomainfrom
shannon/lg-8332-stop-ipp_cta_ab_test

Conversation

@svalexander
Copy link
Contributor

@svalexander svalexander commented Jun 8, 2023

🎫 Ticket

LG-8332

🛠 Summary of changes

Make variation a (for the ipp cta) the default view for all users.

📜 Testing Plan

Provide a checklist of steps to confirm the changes.

  • Walk through flow and arrive at document capture errror/ipp cta page
  • Verify we couldn't verify your id section using the variant a text (For security reasons, you have %{count} attempts remaining to add your ID online.)
  • Check that page matches figma.
  • Check events.log and verify Frontend: IdV: IPP CTA Variant Displayed event logs variant a.

👀 Screenshots

Error page showing variation A

Screen Shot 2023-06-07 at 6 15 12 PM

@svalexander svalexander requested review from a team and WheresHJ and removed request for a team June 8, 2023 20:32
@svalexander
Copy link
Contributor Author

@WheresHJ want to check w/ design about the ui. This doesn't look exactly like the figma as there's additional messaging about the error here that is separate from the variant text.

).to.equal(
'https://example.com/?step=document_capture&location=document_capture_troubleshooting_options',
);
).to.equal('https://example.com/?step=document_capture&location=post_submission_warning');
Copy link
Contributor Author

@svalexander svalexander Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this component has a default location value of document_capture_troubleshooting_options but the location value passed to the component in review_issues_step.tsx is post_submission_warning.

@tomas-nava tomas-nava self-requested a review June 14, 2023 19:46
@carmenrosalop
Copy link

Looks good, Shannon!

Copy link

@carmenrosalop carmenrosalop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@aduth aduth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left one minor comment, but otherwise LGTM 👍

return (
<Warning
heading={t('errors.doc_auth.throttled_heading')}
actionText={t('idv.failure.button.warning_variant')}
Copy link
Contributor

@aduth aduth Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this key still be called a "variant", or should it be the default?

I think we can't just remove the suffix, since the "Try again" plain text key is used for other things, but maybe we'd want to have a totally new key for the default IPP "Try again online" text.

Suggested change
actionText={t('idv.failure.button.warning_variant')}
actionText={t('in_person_proofing.cta.button.try_online)}

Copy link
Contributor

@tomas-nava tomas-nava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve! good to merge once you've addressed Andrew's comment

@svalexander svalexander merged commit 9a6deb8 into main Jun 15, 2023
@svalexander svalexander deleted the shannon/lg-8332-stop-ipp_cta_ab_test branch June 15, 2023 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants