[WIP] Spike sidebar in liveview #564
ci.yml
on: pull_request
Matrix: e2e-test
Matrix: quality
Matrix: test
Annotations
3 errors, 10 warnings, and 1 notice
quality: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LV 1.0.0-rc.7
Process completed with exit code 1.
|
[webkit] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content:
test/e2e/tests/visual-editor/content.spec.ts#L15
1) [webkit] › 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
|
[webkit] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content:
test/e2e/tests/visual-editor/content.spec.ts#L22
1) [webkit] › 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
|
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LV 0.20.2 | PG 13.0-alpine:
lib/beacon/live_admin/components/properties_sidebar_section_component.ex#L30
variable "index" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LV 0.20.2 | PG 13.0-alpine:
lib/beacon/live_admin/components/properties_sidebar_section_component.ex#L1
the behavior Phoenix.LiveComponent has been declared twice (conflict in function update_many/1 in module Beacon.LiveAdmin.PropertiesSidebarSectionComponent)
|
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LV 0.20.2 | PG 13.0-alpine:
lib/beacon/live_admin/components/properties_sidebar_component.ex#L1
the behavior Phoenix.LiveComponent has been declared twice (conflict in function update_many/1 in module Beacon.LiveAdmin.PropertiesSidebarComponent)
|
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LV 0.20.2 | PG 13.0-alpine:
lib/beacon/live_admin/components/properties_sidebar_section_component.ex#L1
the behavior Phoenix.LiveComponent has been declared twice (conflict in function update/2 in module Beacon.LiveAdmin.PropertiesSidebarSectionComponent)
|
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LV 0.20.2 | PG 13.0-alpine:
lib/beacon/live_admin/components/properties_sidebar_component.ex#L1
the behavior Phoenix.LiveComponent has been declared twice (conflict in function update/2 in module Beacon.LiveAdmin.PropertiesSidebarComponent)
|
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LV 0.20.2 | PG 13.0-alpine:
lib/beacon/live_admin/components/properties_sidebar_section_component.ex#L1
the behavior Phoenix.LiveComponent has been declared twice (conflict in function render/1 in module Beacon.LiveAdmin.PropertiesSidebarSectionComponent)
|
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LV 0.20.2 | PG 13.0-alpine:
lib/beacon/live_admin/components/properties_sidebar_component.ex#L1
the behavior Phoenix.LiveComponent has been declared twice (conflict in function render/1 in module Beacon.LiveAdmin.PropertiesSidebarComponent)
|
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LV 0.20.2 | PG 13.0-alpine:
lib/beacon/live_admin/components/properties_sidebar_section_component.ex#L1
the behavior Phoenix.LiveComponent has been declared twice (conflict in function mount/1 in module Beacon.LiveAdmin.PropertiesSidebarSectionComponent)
|
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LV 0.20.2 | PG 13.0-alpine:
lib/beacon/live_admin/components/properties_sidebar_component.ex#L1
the behavior Phoenix.LiveComponent has been declared twice (conflict in function mount/1 in module Beacon.LiveAdmin.PropertiesSidebarComponent)
|
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LV 0.20.2 | PG 13.0-alpine:
lib/beacon/live_admin/components/properties_sidebar_section_component.ex#L1
the behavior Phoenix.LiveComponent has been declared twice (conflict in function handle_event/3 in module Beacon.LiveAdmin.PropertiesSidebarSectionComponent)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/visual-editor/content.spec.ts:25:5 › shows fake browser with rendered content ─
12 skipped
35 passed (1.5m)
|