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