From d32f6829bdefc460504d1061ea202351c65870c3 Mon Sep 17 00:00:00 2001 From: Marcos Rigoli Date: Thu, 17 Oct 2024 10:05:16 -0300 Subject: [PATCH] chore: Label correction on test (#156) --- src/instructions/Instructions.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instructions/Instructions.test.jsx b/src/instructions/Instructions.test.jsx index 83df8b96..c0c9bdf8 100644 --- a/src/instructions/Instructions.test.jsx +++ b/src/instructions/Instructions.test.jsx @@ -502,7 +502,7 @@ describe('SequenceExamWrapper', () => { expect(screen.getByTestId('retry-exam-button')).toHaveTextContent('Retry my exam'); }); - it('Shows submitted practice exam instructions if exam is onboarding and attempt status is submitted on legacy LTI exams', () => { + it('Shows submitted practice exam instructions if exam is onboarding and attempt status is submitted on legacy proctored exams', () => { store.getState = () => ({ specialExams: Factory.build('specialExams', { activeAttempt: {},