Skip to content

Commit

Permalink
chore: Label correction on test
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma committed Oct 17, 2024
1 parent 0b764d2 commit e48797d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instructions/Instructions.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down

0 comments on commit e48797d

Please sign in to comment.