Skip to content

e2e tests

e2e tests #483

Triggered via pull request October 1, 2024 23:29
Status Failure
Total duration 2m 43s
Artifacts

ci.yml

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

Annotations

21 errors and 2 warnings
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/live_admin/live/page_editor_live/index_test.exs#L16
test display all pages (Beacon.LiveAdmin.PageEditorLive.IndexTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/live_admin/live/page_editor_live/index_test.exs#L31
test raises when missing beacon_live_admin_url in the session (Beacon.LiveAdmin.PageEditorLive.IndexTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/live_admin/live/page_editor_live/index_test.exs#L21
test display a site selector (Beacon.LiveAdmin.PageEditorLive.IndexTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/live_admin/live/error_page_editor_live/index_test.exs#L22
test select error page via path (Beacon.LiveAdmin.ErrorPageEditorLive.IndexTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/live_admin/live/error_page_editor_live/index_test.exs#L50
test update an error page (Beacon.LiveAdmin.ErrorPageEditorLive.IndexTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/live_admin/live/error_page_editor_live/index_test.exs#L65
test delete error page (Beacon.LiveAdmin.ErrorPageEditorLive.IndexTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/live_admin/live/error_page_editor_live/index_test.exs#L33
test create a new error page (Beacon.LiveAdmin.ErrorPageEditorLive.IndexTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/live_admin/live/error_page_editor_live/index_test.exs#L80
test display a site selector (Beacon.LiveAdmin.ErrorPageEditorLive.IndexTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/live_admin/live/live_data_editor_live/assigns_test.exs#L19
test create new assign (Beacon.LiveAdmin.LiveDataEditorLive.AssignsTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/live_admin/live/live_data_editor_live/assigns_test.exs#L38
test edit existing assign (Beacon.LiveAdmin.LiveDataEditorLive.AssignsTest)
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: test/beacon/live_admin/live/page_editor_live/new_test.exs#L16
test create new page and patch to edit page (Beacon.LiveAdmin.PageEditorLive.NewTest)
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: test/beacon/live_admin/live/page_editor_live/new_test.exs#L30
test extra page fields display with default value (Beacon.LiveAdmin.PageEditorLive.NewTest)
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: test/beacon/live_admin/live/page_editor_live/index_test.exs#L21
test display a site selector (Beacon.LiveAdmin.PageEditorLive.IndexTest)
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: test/beacon/live_admin/live/page_editor_live/index_test.exs#L31
test raises when missing beacon_live_admin_url in the session (Beacon.LiveAdmin.PageEditorLive.IndexTest)
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: test/beacon/live_admin/live/live_data_editor_live/index_test.exs#L19
test display header and all live data paths (Beacon.LiveAdmin.LiveDataEditorLive.IndexTest)
e2e-test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
Process completed with exit code 1.
e2e-test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
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
e2e-test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
1..-1 has a default step of -1, please write 1..-1//-1 instead