This commit is contained in:
Thomas Tracy
2022-04-07 13:40:59 -04:00
parent e74de71fb7
commit b3f56f8f18

View File

@@ -372,9 +372,6 @@ describe('Course Exit Pages', () => {
it('Displays link to progress tab', async () => {
setMetadata({
user_has_passing_grade: false,
can_view_certificate: true,
}, {
can_view_certificate: false,
});
await fetchAndRender(<CourseNonPassing />);
expect(screen.getByText('Youve reached the end of the course!')).toBeInTheDocument();