Fix cypress test
This commit is contained in:
parent
3bd875814f
commit
81dd93f92f
|
|
@ -45,7 +45,7 @@ interface AssignmentQueryType {
|
|||
}
|
||||
|
||||
describe('Multiple assignments with file upload', () => {
|
||||
const MeQuery = getMinimalMe();
|
||||
const MeQuery = getMinimalMe({ isTeacher: false });
|
||||
const ModuleDetailsQuery: ModuleDetailsType = {
|
||||
module: {
|
||||
title: 'Module',
|
||||
|
|
|
|||
Loading…
Reference in New Issue