Skip to content

fix: do not attempt to load igniter tasks #826

fix: do not attempt to load igniter tasks

fix: do not attempt to load igniter tasks #826

Triggered via push February 10, 2025 22:04
Status Failure
Total duration 36m 57s
Artifacts

ci.yml

on: push
Matrix: e2e-test
Matrix: quality
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 4 warnings, and 1 notice
[chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content: 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
[chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content: 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
[chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content: 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
[chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content: 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
[chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content: 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
[chromium] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content: 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
[chromium] › tests/visual-editor/content.spec.ts:41:5 › selection states: 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
[chromium] › tests/visual-editor/content.spec.ts:41:5 › selection states: 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
[chromium] › tests/visual-editor/content.spec.ts:41:5 › selection states: 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
[chromium] › tests/visual-editor/content.spec.ts:41:5 › selection states: 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
e2e-test: OTP 27 | Elixir 1.18 | Phoenix ~> 1.7 | LV ~> 1.0 | PG 16.4-alpine
Cache not found for keys: mix-e2e-Linux-27-1.18-~> 1.7-~> 1.0-e888842c078925af782fee71f22ee9c28901b09c70f7c60aec67a7f754f77ca8, mix-e2e-Linux-27-1.18-~> 1.7-~> 1.0-e888842c078925af782fee71f22ee9c28901b09c70f7c60aec67a7f754f77ca8
e2e-test: OTP 27 | Elixir 1.18 | Phoenix ~> 1.7 | LV ~> 1.0 | PG 16.4-alpine
Cache not found for keys: Linux-node-3cd4f3f0f07fca8c28bc13635971baf50c7bda5a38e54ef5d37f76b4d7c85b8b, Linux-node-
e2e-test: OTP 27 | Elixir 1.18 | Phoenix ~> 1.7 | LV ~> 1.0 | PG 16.4-alpine
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
Slow Test: test/e2e/[webkit] › tests/index.spec.ts#L1
test/e2e/[webkit] › tests/index.spec.ts took 15.1s
🎭 Playwright Run Summary
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.5m)