Remove Objectives from cypress fixures
This commit is contained in:
parent
6703c4a211
commit
85d526cbef
|
|
@ -13,7 +13,6 @@ describe('New project', () => {
|
|||
appearance: 'blue',
|
||||
description: 'This description rocks',
|
||||
slug: 'some-random-title',
|
||||
objectives: 'Git gud',
|
||||
final: false,
|
||||
schoolClass,
|
||||
student: {
|
||||
|
|
|
|||
|
|
@ -45,10 +45,6 @@
|
|||
],
|
||||
"__typename": "AssignmentNodeConnection"
|
||||
},
|
||||
"objectiveGroups": {
|
||||
"edges": [],
|
||||
"__typename": "ObjectiveGroupNodeConnection"
|
||||
},
|
||||
"chapters": {
|
||||
"edges": [
|
||||
{
|
||||
|
|
@ -117,10 +113,6 @@
|
|||
"edges": [],
|
||||
"__typename": "AssignmentNodeConnection"
|
||||
},
|
||||
"objectiveGroups": {
|
||||
"edges": [],
|
||||
"__typename": "ObjectiveGroupNodeConnection"
|
||||
},
|
||||
"chapters": {
|
||||
"edges": [
|
||||
{
|
||||
|
|
@ -192,10 +184,6 @@
|
|||
"edges": [],
|
||||
"__typename": "AssignmentNodeConnection"
|
||||
},
|
||||
"objectiveGroups": {
|
||||
"edges": [],
|
||||
"__typename": "ObjectiveGroupNodeConnection"
|
||||
},
|
||||
"chapters": {
|
||||
"edges": [
|
||||
{
|
||||
|
|
@ -234,10 +222,6 @@
|
|||
"edges": [],
|
||||
"__typename": "AssignmentNodeConnection"
|
||||
},
|
||||
"objectiveGroups": {
|
||||
"edges": [],
|
||||
"__typename": "ObjectiveGroupNodeConnection"
|
||||
},
|
||||
"chapters": {
|
||||
"edges": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@ export default {
|
|||
intro: '',
|
||||
assignments: [],
|
||||
highlights: [],
|
||||
objectiveGroups: [],
|
||||
id: getModuleId(),
|
||||
bookmark: null,
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -44,10 +44,6 @@
|
|||
],
|
||||
"__typename": "AssignmentNodeConnection"
|
||||
},
|
||||
"objectiveGroups": {
|
||||
"edges": [],
|
||||
"__typename": "ObjectiveGroupNodeConnection"
|
||||
},
|
||||
"chapters": {
|
||||
"edges": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ export default {
|
|||
intro: 'intro',
|
||||
assignments: [],
|
||||
highlights: [],
|
||||
objectiveGroups: [],
|
||||
id: 'TW9kdWxlTm9kZToxMjM=',
|
||||
chapters: [],
|
||||
topic: {
|
||||
|
|
|
|||
|
|
@ -133,10 +133,6 @@ export const getModules = () => {
|
|||
],
|
||||
__typename: 'AssignmentNodeConnection',
|
||||
},
|
||||
objectiveGroups: {
|
||||
edges: [],
|
||||
__typename: 'ObjectiveGroupNodeConnection',
|
||||
},
|
||||
chapters: {
|
||||
edges: [
|
||||
{
|
||||
|
|
@ -207,10 +203,6 @@ export const getModules = () => {
|
|||
edges: [],
|
||||
__typename: 'AssignmentNodeConnection',
|
||||
},
|
||||
objectiveGroups: {
|
||||
edges: [],
|
||||
__typename: 'ObjectiveGroupNodeConnection',
|
||||
},
|
||||
chapters: {
|
||||
edges: [
|
||||
{
|
||||
|
|
@ -284,10 +276,6 @@ export const getModules = () => {
|
|||
edges: [],
|
||||
__typename: 'AssignmentNodeConnection',
|
||||
},
|
||||
objectiveGroups: {
|
||||
edges: [],
|
||||
__typename: 'ObjectiveGroupNodeConnection',
|
||||
},
|
||||
chapters: {
|
||||
edges: [
|
||||
{
|
||||
|
|
@ -328,10 +316,6 @@ export const getModules = () => {
|
|||
edges: [],
|
||||
__typename: 'AssignmentNodeConnection',
|
||||
},
|
||||
objectiveGroups: {
|
||||
edges: [],
|
||||
__typename: 'ObjectiveGroupNodeConnection',
|
||||
},
|
||||
chapters: {
|
||||
edges: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue