Existing code
Postman testing
- send post request to this URL ( user your course id )
- pass the form-data as
unique_student_identifier=admin
expected result
{ "message": "This student (admin) is already allowed to skip the entrance exam." }
end to end testing
- Go to this instructor->student-admin page
- Pass the
username in Adjust a learner's entrance exam results input box
- press the
Let Learner Skip Entrance Exam button.

Existing code
Postman testing
unique_student_identifier=adminexpected result
{ "message": "This student (admin) is already allowed to skip the entrance exam." }end to end testing
usernameinAdjust a learner's entrance exam resultsinput boxLet Learner Skip Entrance Exambutton.