Skip to content

Commit

Permalink
feat: update confirmation message in ApplicationWizardConfirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Aug 25, 2020
1 parent dbfdb99 commit 2189ad1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/containers/Applications/ApplicationWizardConfirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,9 @@ export const ApplicationWizardConfirmationComponent: React.FunctionComponent<Pro
<Card.Header>Pending Certification</Card.Header>
<Card.Body>
<p>
Your application has been sent to a certifier. Submission will be
possible once they have verified the data in the application.
Your application is pending verification by the certifying official
you indicated. You will be notified when they have certified the
application, at which time it can be submitted.
</p>
<p>You may copy the direct link to the certification page below.</p>
</Card.Body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('The Confirmation Component', () => {
);
expect(wrapper).toMatchSnapshot();
expect(wrapper.find('CardBody').find('p').at(0).text()).toBe(
'Your application has been sent to a certifier. Submission will be possible once they have verified the data in the application.'
'Your application is pending verification by the certifying official you indicated. You will be notified when they have certified the application, at which time it can be submitted.'
);
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ exports[`The Confirmation Component should show a certifier has not yet signed m
</CardHeader>
<CardBody>
<p>
Your application has been sent to a certifier. Submission will be possible once they have verified the data in the application.
Your application is pending verification by the certifying official you indicated. You will be notified when they have certified the application, at which time it can be submitted.
</p>
<p>
You may copy the direct link to the certification page below.
Expand Down

0 comments on commit 2189ad1

Please sign in to comment.