This commit is contained in:
Albert (AJ) St. Aubin
2021-05-20 20:17:21 -04:00
parent 059525c729
commit 013e7bd9a1

View File

@@ -118,8 +118,8 @@ describe('Course Exit Pages', () => {
setMetadata({
certificate_data: {
cert_status: 'earned_but_not_available',
certificate_available_date: '2021-05-21T12:00:00Z'
}
certificate_available_date: '2021-05-21T12:00:00Z',
},
});
await fetchAndRender(<CourseCelebration />);
expect(screen.getByText('Your grade and certificate will be ready soon!')).toBeInTheDocument();