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