()
| 1338 | } |
| 1339 | |
| 1340 | switchToTeacherMode () { |
| 1341 | return this.switchToStudentMode() |
| 1342 | } |
| 1343 | |
| 1344 | createTestStudentAccount (body, options = {}) { |
| 1345 | options.url = '/db/user/create-test-student-account' |
nothing calls this directly
no test coverage detected