Fix more cypress tests
This commit is contained in:
parent
ecba2e3e3e
commit
7da9bd0bf6
|
|
@ -9,6 +9,7 @@
|
|||
"lastName": "Cueni",
|
||||
"avatarUrl": "",
|
||||
"isTeacher": false,
|
||||
"readOnly": false,
|
||||
"lastModule": {
|
||||
"id": "TW9kdWxlTm9kZToxNw==",
|
||||
"slug": "lohn-und-budget",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"me": {
|
||||
"id": "VXNlck5vZGU6Mg==",
|
||||
"isTeacher": false,
|
||||
"readOnly": false,
|
||||
"selectedClass": {
|
||||
"id": "U2Nob29sQ2xhc3NOb2RlOjE=",
|
||||
"name": "Moordale",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ const operations = {
|
|||
me: {
|
||||
permissions: [],
|
||||
onboardingVisited: true,
|
||||
readOnly: false
|
||||
},
|
||||
},
|
||||
AssignmentQuery: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue