Skip to content

Commit dd1fd0c

Browse files
committed
fixed failing tests | removed unnecessary timeouts
1 parent 512db13 commit dd1fd0c

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

cypress/fixtures/actions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@
195195
}
196196
}
197197
]
198-
}
198+
}

cypress/fixtures/lists.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"model": {
3-
"label": "E2E: Content - List",
4-
"metaTitle": "E2E: Content - List",
3+
"label": "Content - List",
54
"type": "pageset",
65
"listed": true
76
},
@@ -75,8 +74,8 @@
7574
"items": [
7675
{
7776
"web": {
78-
"metaTitle": "Content Item 1",
79-
"metaLinkText": "Content Item 1"
77+
"metaTitle": "List Item 1",
78+
"metaLinkText": "List Item 1"
8079
},
8180
"data": {
8281
"text": "text 1",
@@ -89,8 +88,8 @@
8988
},
9089
{
9190
"web": {
92-
"metaTitle": "Content Item 2",
93-
"metaLinkText": "Content Item 2"
91+
"metaTitle": "List Item 2",
92+
"metaLinkText": "List Item 2"
9493
},
9594
"data": {
9695
"text": "text 2",
@@ -103,8 +102,8 @@
103102
},
104103
{
105104
"web": {
106-
"metaTitle": "Content Item 3",
107-
"metaLinkText": "Content Item 3"
105+
"metaTitle": "List Item 3",
106+
"metaLinkText": "List Item 3"
108107
},
109108
"data": {
110109
"text": "text 3",
@@ -117,8 +116,8 @@
117116
},
118117
{
119118
"web": {
120-
"metaTitle": "Content Item 4",
121-
"metaLinkText": "Content Item 4"
119+
"metaTitle": "List Item 4",
120+
"metaLinkText": "List Item 4"
122121
},
123122
"data": {
124123
"text": "text 4",
@@ -131,8 +130,8 @@
131130
},
132131
{
133132
"web": {
134-
"metaTitle": "Content Item 5",
135-
"metaLinkText": "Content Item 5"
133+
"metaTitle": "List Item 5",
134+
"metaLinkText": "List Item 5"
136135
},
137136
"data": {
138137
"text": "text 5",

cypress/plugins/seeds/content.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = function content(config) {
1717
const { formatPathPart } = require("../../../src/utility/formatPathPart");
1818
const { formatName } = require("../../../src/utility/formatName");
1919
const { getSDK } = require("./utils");
20-
2120
async function seedContent(path: string): Promise<SeedContentTask> {
2221
const jsonString = readFileSync(join(__dirname, "../../", path), "utf8");
2322
const json = JSON.parse(jsonString);

0 commit comments

Comments
 (0)