diff --git a/client/cypress/e2e/frontend/portfolio/new-project.spec.js b/client/cypress/e2e/frontend/portfolio/new-project.spec.js index c4bdec3e..cd5c015f 100644 --- a/client/cypress/e2e/frontend/portfolio/new-project.spec.js +++ b/client/cypress/e2e/frontend/portfolio/new-project.spec.js @@ -13,7 +13,6 @@ describe('New project', () => { appearance: 'blue', description: 'This description rocks', slug: 'some-random-title', - objectives: 'Git gud', final: false, schoolClass, student: { diff --git a/client/cypress/fixtures/full-modules.json b/client/cypress/fixtures/full-modules.json index c7235f62..4936cb77 100644 --- a/client/cypress/fixtures/full-modules.json +++ b/client/cypress/fixtures/full-modules.json @@ -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": [ { diff --git a/client/cypress/fixtures/mocks.ts b/client/cypress/fixtures/mocks.ts index 73d23171..2400af33 100644 --- a/client/cypress/fixtures/mocks.ts +++ b/client/cypress/fixtures/mocks.ts @@ -95,7 +95,6 @@ export default { intro: '', assignments: [], highlights: [], - objectiveGroups: [], id: getModuleId(), bookmark: null, }), diff --git a/client/cypress/fixtures/module.json b/client/cypress/fixtures/module.json index c41e0bf7..3e433aaf 100644 --- a/client/cypress/fixtures/module.json +++ b/client/cypress/fixtures/module.json @@ -44,10 +44,6 @@ ], "__typename": "AssignmentNodeConnection" }, - "objectiveGroups": { - "edges": [], - "__typename": "ObjectiveGroupNodeConnection" - }, "chapters": { "edges": [ { diff --git a/client/cypress/fixtures/module.minimal.js b/client/cypress/fixtures/module.minimal.js index 0f174f4f..f9157827 100644 --- a/client/cypress/fixtures/module.minimal.js +++ b/client/cypress/fixtures/module.minimal.js @@ -6,7 +6,6 @@ export default { intro: 'intro', assignments: [], highlights: [], - objectiveGroups: [], id: 'TW9kdWxlTm9kZToxMjM=', chapters: [], topic: { diff --git a/client/cypress/support/helpers.ts b/client/cypress/support/helpers.ts index 5f65bcfe..3e377d1f 100644 --- a/client/cypress/support/helpers.ts +++ b/client/cypress/support/helpers.ts @@ -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: [ {