JS Hooks #817
Annotations
10 errors, 2 warnings, and 1 notice
Run e2e tests:
test/e2e/tests/visual-editor/content.spec.ts#L15
1) [chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 | => await page.goto(`/admin/${siteName}/pages/c10358fe-ba05-4f47-b1b7-d5e52d3c1571?editor=visual`);
14 | */
> 15 | test.beforeEach(async ({ page }) => {
| ^
16 | await page.goto(`/admin/${siteName}/pages`)
17 | await syncLV(page)
18 | await page.getByRole("searchbox").fill("drag-n-drop")
at /home/runner/work/beacon_live_admin/beacon_live_admin/test/e2e/tests/visual-editor/content.spec.ts:15:6
|
Run e2e tests:
test/e2e/tests/visual-editor/content.spec.ts#L22
1) [chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('button', { name: 'Visual Editor' })
20 | await page.getByRole("cell", { name: pagePath, exact: true }).click()
21 | // Switch to visual editor
> 22 | await page.getByRole("button", { name: "Visual Editor" }).click()
| ^
23 | })
24 |
25 | test("shows fake browser with rendered content", async ({ page }) => {
at /home/runner/work/beacon_live_admin/beacon_live_admin/test/e2e/tests/visual-editor/content.spec.ts:22:61
|
Run e2e tests:
test/e2e/tests/visual-editor/content.spec.ts#L15
1) [chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 | => await page.goto(`/admin/${siteName}/pages/c10358fe-ba05-4f47-b1b7-d5e52d3c1571?editor=visual`);
14 | */
> 15 | test.beforeEach(async ({ page }) => {
| ^
16 | await page.goto(`/admin/${siteName}/pages`)
17 | await syncLV(page)
18 | await page.getByRole("searchbox").fill("drag-n-drop")
at /home/runner/work/beacon_live_admin/beacon_live_admin/test/e2e/tests/visual-editor/content.spec.ts:15:6
|
Run e2e tests:
test/e2e/tests/visual-editor/content.spec.ts#L22
1) [chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('button', { name: 'Visual Editor' })
20 | await page.getByRole("cell", { name: pagePath, exact: true }).click()
21 | // Switch to visual editor
> 22 | await page.getByRole("button", { name: "Visual Editor" }).click()
| ^
23 | })
24 |
25 | test("shows fake browser with rendered content", async ({ page }) => {
at /home/runner/work/beacon_live_admin/beacon_live_admin/test/e2e/tests/visual-editor/content.spec.ts:22:61
|
Run e2e tests:
test/e2e/tests/visual-editor/content.spec.ts#L15
1) [chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 | => await page.goto(`/admin/${siteName}/pages/c10358fe-ba05-4f47-b1b7-d5e52d3c1571?editor=visual`);
14 | */
> 15 | test.beforeEach(async ({ page }) => {
| ^
16 | await page.goto(`/admin/${siteName}/pages`)
17 | await syncLV(page)
18 | await page.getByRole("searchbox").fill("drag-n-drop")
at /home/runner/work/beacon_live_admin/beacon_live_admin/test/e2e/tests/visual-editor/content.spec.ts:15:6
|
Run e2e tests:
test/e2e/tests/visual-editor/content.spec.ts#L22
1) [chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('button', { name: 'Visual Editor' })
20 | await page.getByRole("cell", { name: pagePath, exact: true }).click()
21 | // Switch to visual editor
> 22 | await page.getByRole("button", { name: "Visual Editor" }).click()
| ^
23 | })
24 |
25 | test("shows fake browser with rendered content", async ({ page }) => {
at /home/runner/work/beacon_live_admin/beacon_live_admin/test/e2e/tests/visual-editor/content.spec.ts:22:61
|
Run e2e tests:
test/e2e/tests/visual-editor/content.spec.ts#L15
2) [chromium] › tests/visual-editor/content.spec.ts:41:5 › selection states ──────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 | => await page.goto(`/admin/${siteName}/pages/c10358fe-ba05-4f47-b1b7-d5e52d3c1571?editor=visual`);
14 | */
> 15 | test.beforeEach(async ({ page }) => {
| ^
16 | await page.goto(`/admin/${siteName}/pages`)
17 | await syncLV(page)
18 | await page.getByRole("searchbox").fill("drag-n-drop")
at /home/runner/work/beacon_live_admin/beacon_live_admin/test/e2e/tests/visual-editor/content.spec.ts:15:6
|
Run e2e tests:
test/e2e/tests/visual-editor/content.spec.ts#L22
2) [chromium] › tests/visual-editor/content.spec.ts:41:5 › selection states ──────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('button', { name: 'Visual Editor' })
20 | await page.getByRole("cell", { name: pagePath, exact: true }).click()
21 | // Switch to visual editor
> 22 | await page.getByRole("button", { name: "Visual Editor" }).click()
| ^
23 | })
24 |
25 | test("shows fake browser with rendered content", async ({ page }) => {
at /home/runner/work/beacon_live_admin/beacon_live_admin/test/e2e/tests/visual-editor/content.spec.ts:22:61
|
Run e2e tests:
test/e2e/tests/visual-editor/content.spec.ts#L15
2) [chromium] › tests/visual-editor/content.spec.ts:41:5 › selection states ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 | => await page.goto(`/admin/${siteName}/pages/c10358fe-ba05-4f47-b1b7-d5e52d3c1571?editor=visual`);
14 | */
> 15 | test.beforeEach(async ({ page }) => {
| ^
16 | await page.goto(`/admin/${siteName}/pages`)
17 | await syncLV(page)
18 | await page.getByRole("searchbox").fill("drag-n-drop")
at /home/runner/work/beacon_live_admin/beacon_live_admin/test/e2e/tests/visual-editor/content.spec.ts:15:6
|
Run e2e tests:
test/e2e/tests/visual-editor/content.spec.ts#L22
2) [chromium] › tests/visual-editor/content.spec.ts:41:5 › selection states ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('button', { name: 'Visual Editor' })
20 | await page.getByRole("cell", { name: pagePath, exact: true }).click()
21 | // Switch to visual editor
> 22 | await page.getByRole("button", { name: "Visual Editor" }).click()
| ^
23 | })
24 |
25 | test("shows fake browser with rendered content", async ({ page }) => {
at /home/runner/work/beacon_live_admin/beacon_live_admin/test/e2e/tests/visual-editor/content.spec.ts:22:61
|
Run e2e tests
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Run e2e tests:
test/e2e/[webkit] › tests/index.spec.ts#L1
test/e2e/[webkit] › tests/index.spec.ts took 19.1s
|
Run e2e tests
21 failed
[chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content
[chromium] › tests/visual-editor/content.spec.ts:41:5 › selection states ───────────────────────
[chromium] › tests/visual-editor/drag-and-drop.spec.ts:32:5 › It shows clones and placeholder for initiated drop location
[chromium] › tests/visual-editor/drag-and-drop.spec.ts:61:5 › Reordering (horizontally with margin)
[chromium] › tests/visual-editor/drag-and-drop.spec.ts:93:5 › Reordering (vertically with margin)
[chromium] › tests/visual-editor/drag-and-drop.spec.ts:132:5 › Reordering (grid, horizontally and vertically)
[chromium] › tests/visual-editor/drag-and-drop.spec.ts:173:5 › Persistence on save ─────────────
[firefox] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content
[firefox] › tests/visual-editor/content.spec.ts:41:5 › selection states ────────────────────────
[firefox] › tests/visual-editor/drag-and-drop.spec.ts:32:5 › It shows clones and placeholder for initiated drop location
[firefox] › tests/visual-editor/drag-and-drop.spec.ts:61:5 › Reordering (horizontally with margin)
[firefox] › tests/visual-editor/drag-and-drop.spec.ts:93:5 › Reordering (vertically with margin)
[firefox] › tests/visual-editor/drag-and-drop.spec.ts:132:5 › Reordering (grid, horizontally and vertically)
[firefox] › tests/visual-editor/drag-and-drop.spec.ts:173:5 › Persistence on save ──────────────
[webkit] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content ─
[webkit] › tests/visual-editor/content.spec.ts:41:5 › selection states ─────────────────────────
[webkit] › tests/visual-editor/drag-and-drop.spec.ts:32:5 › It shows clones and placeholder for initiated drop location
[webkit] › tests/visual-editor/drag-and-drop.spec.ts:61:5 › Reordering (horizontally with margin)
[webkit] › tests/visual-editor/drag-and-drop.spec.ts:93:5 › Reordering (vertically with margin)
[webkit] › tests/visual-editor/drag-and-drop.spec.ts:132:5 › Reordering (grid, horizontally and vertically)
[webkit] › tests/visual-editor/drag-and-drop.spec.ts:173:5 › Persistence on save ───────────────
33 passed (33.6m)
|
Loading