Skip to content

Commit d82ad67

Browse files
committed
Updated e2e test snapshots
1 parent e02f85e commit d82ad67

19 files changed

Lines changed: 1 addition & 194 deletions
-2.33 KB
Loading
-1.65 KB
Loading
-4.22 KB
Loading

tests/src/end-to-end/multicolumn/multicolumn.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ test.describe("Check Multi-Column Behaviour", () => {
4343
test("Check Delete end of column list", async ({ page }) => {
4444
await focusOnEditor(page);
4545

46-
await page.locator(BULLET_LIST_SELECTOR).last().click();
47-
await page.keyboard.press("ArrowDown");
46+
await page.locator(".bn-trailing-block").click();
4847
await page.keyboard.type("Paragraph");
4948
await page.keyboard.press("ControlOrMeta+ArrowLeft");
5049
await page.keyboard.press("ArrowLeft");

tests/src/end-to-end/multicolumn/multicolumn.test.ts-snapshots/deleteBeforeColumn-json-chromium-linux.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -194,22 +194,6 @@
194194
]
195195
}
196196
]
197-
},
198-
{
199-
"type": "blockContainer",
200-
"attrs": {
201-
"id": "11"
202-
},
203-
"content": [
204-
{
205-
"type": "paragraph",
206-
"attrs": {
207-
"backgroundColor": "default",
208-
"textColor": "default",
209-
"textAlignment": "left"
210-
}
211-
}
212-
]
213197
}
214198
]
215199
}

tests/src/end-to-end/multicolumn/multicolumn.test.ts-snapshots/deleteBeforeColumn-json-firefox-linux.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -194,22 +194,6 @@
194194
]
195195
}
196196
]
197-
},
198-
{
199-
"type": "blockContainer",
200-
"attrs": {
201-
"id": "11"
202-
},
203-
"content": [
204-
{
205-
"type": "paragraph",
206-
"attrs": {
207-
"backgroundColor": "default",
208-
"textColor": "default",
209-
"textAlignment": "left"
210-
}
211-
}
212-
]
213197
}
214198
]
215199
}

tests/src/end-to-end/multicolumn/multicolumn.test.ts-snapshots/deleteBeforeColumn-json-webkit-linux.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -194,22 +194,6 @@
194194
]
195195
}
196196
]
197-
},
198-
{
199-
"type": "blockContainer",
200-
"attrs": {
201-
"id": "11"
202-
},
203-
"content": [
204-
{
205-
"type": "paragraph",
206-
"attrs": {
207-
"backgroundColor": "default",
208-
"textColor": "default",
209-
"textAlignment": "left"
210-
}
211-
}
212-
]
213197
}
214198
]
215199
}

tests/src/end-to-end/multicolumn/multicolumn.test.ts-snapshots/deleteBeforeColumnList-json-chromium-linux.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -185,22 +185,6 @@
185185
]
186186
}
187187
]
188-
},
189-
{
190-
"type": "blockContainer",
191-
"attrs": {
192-
"id": "11"
193-
},
194-
"content": [
195-
{
196-
"type": "paragraph",
197-
"attrs": {
198-
"backgroundColor": "default",
199-
"textColor": "default",
200-
"textAlignment": "left"
201-
}
202-
}
203-
]
204188
}
205189
]
206190
}

tests/src/end-to-end/multicolumn/multicolumn.test.ts-snapshots/deleteBeforeColumnList-json-firefox-linux.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -185,22 +185,6 @@
185185
]
186186
}
187187
]
188-
},
189-
{
190-
"type": "blockContainer",
191-
"attrs": {
192-
"id": "11"
193-
},
194-
"content": [
195-
{
196-
"type": "paragraph",
197-
"attrs": {
198-
"backgroundColor": "default",
199-
"textColor": "default",
200-
"textAlignment": "left"
201-
}
202-
}
203-
]
204188
}
205189
]
206190
}

tests/src/end-to-end/multicolumn/multicolumn.test.ts-snapshots/deleteBeforeColumnList-json-webkit-linux.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -185,22 +185,6 @@
185185
]
186186
}
187187
]
188-
},
189-
{
190-
"type": "blockContainer",
191-
"attrs": {
192-
"id": "11"
193-
},
194-
"content": [
195-
{
196-
"type": "paragraph",
197-
"attrs": {
198-
"backgroundColor": "default",
199-
"textColor": "default",
200-
"textAlignment": "left"
201-
}
202-
}
203-
]
204188
}
205189
]
206190
}

0 commit comments

Comments
 (0)