From e48797de57f66b48fb9a85dd03c2e785a89e4cfb Mon Sep 17 00:00:00 2001 From: Marcos Date: Thu, 17 Oct 2024 09:32:50 -0300 Subject: [PATCH] chore: Label correction on test --- 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: {},