Remove unused extra parameter from to_component_tracking (#4417) #10374
ci.yml
on: push
Matrix: e2e test
Matrix: mix_test
Matrix: npm test
Matrix: coverage report
Annotations
1 error, 24 warnings, and 1 notice
|
[firefox] › tests/issues/2835.spec.js:21:1 › max_entries total mode includes files consumed by an auto upload:
test/e2e/tests/issues/2835.spec.js#L41
1) [firefox] › tests/issues/2835.spec.js:21:1 › max_entries total mode includes files consumed by an auto upload
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -19,9 +19,8 @@
"pending": Array [
"third.txt",
],
"uploaded": Array [
"first.txt",
- "second.txt",
],
},
}
39 | const afterAdditionalSelection = await uploadState(page);
40 |
> 41 | expect({ afterInitialSelection, afterAdditionalSelection }).toEqual({
| ^
42 | afterInitialSelection: {
43 | uploaded: ["first.txt", "second.txt"],
44 | pending: ["third.txt"],
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/issues/2835.spec.js:41:63
|
|
mix test (OTP 27 | Elixir 1.18)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
mix test (OTP maint-29 | Elixir main-otp-29)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
npm test (1.20, 29)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
npm test (1.20, 29):
test/e2e/tests/forms.spec.js#L94
Expected blank line before this statement
|
|
npm test (1.20, 29):
test/e2e/tests/errors.spec.js#L147
Unexpected use of page.waitForTimeout()
|
|
npm test (1.20, 29):
test/e2e/tests/errors.spec.js#L118
Unexpected use of page.waitForTimeout()
|
|
npm test (1.20, 29):
test/e2e/tests/errors.spec.js#L67
Unexpected use of page.waitForTimeout()
|
|
npm test (1.20, 29):
test/e2e/tests/components.spec.js#L77
Unexpected use of the `.skip()` annotation
|
|
npm test (1.20, 29):
test/e2e/tests/components.spec.js#L76
Avoid having conditionals in tests
|
|
npm test (1.20, 29):
test/e2e/tests/components.spec.js#L36
Unexpected use of the `.skip()` annotation
|
|
npm test (1.20, 29):
test/e2e/tests/components.spec.js#L35
Avoid having conditionals in tests
|
|
npm test (1.20, 29):
test/e2e/tests/colocated.spec.js#L108
Unexpected use of the `.skip()` annotation
|
|
npm test (1.20, 29):
test/e2e/tests/colocated.spec.js#L60
Unexpected use of the `.skip()` annotation
|
|
mix test (OTP 28 | Elixir 1.19)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
mix test (OTP 25 | Elixir 1.15)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
mix test (OTP 25 | Elixir 1.15)
missing space before attribute
|
|
mix test (OTP 25 | Elixir 1.15)
missing space before attribute
|
|
mix test (OTP 26 | Elixir 1.16)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
mix test (OTP 29 | Elixir 1.20)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
mix test (OTP 29 | Elixir 1.20)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
|
|
mix test (OTP 29 | Elixir 1.20)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
|
|
e2e test (1.20, 29)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
coverage report (1.20, 29)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
coverage report (1.20, 29)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › tests/issues/2835.spec.js:21:1 › max_entries total mode includes files consumed by an auto upload
6 skipped
614 passed (5.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
e2e-test-results
|
5.63 MB |
sha256:2da7ca662ecf53591143404222f4f84f765732f39acfbf30742f8aa9cd48de37
|
|
|
js-unit-coverage
|
944 KB |
sha256:4c3371241c7c340b1abfb50d1214ba6fec377661b3c357bea14f963e62d86252
|
|
|
mix-e2e-coverage
|
120 KB |
sha256:442c431e30463de9492793b1ec666c3852e5400a6fbbb5d4b30649b970a4b25d
|
|
|
mix-test-coverage-25-1.15
|
167 KB |
sha256:215f3bd1e972eaab237b62d53daad11d320d08f96f533122b3c05a615d8f559e
|
|
|
mix-test-coverage-26-1.16
|
164 KB |
sha256:85f9b87615944af1a3d7ba4afc4016094a1a3f6664be645151b2ab41f2d4188c
|
|
|
mix-test-coverage-27-1.18
|
111 KB |
sha256:be5a5fe5e0d8e326d7c9871e62c01ef087b1a2eb1060367f5b97fe8262554e06
|
|
|
mix-test-coverage-28-1.19
|
111 KB |
sha256:fb06608917f90d65e4f743991c3a507ecb786ddca4edbd26a78fa44e93ce7542
|
|
|
mix-test-coverage-29-1.20
|
111 KB |
sha256:bdeb88e9d2ef0b6e5222d6a7ec61b6f5bfe0b47962160ae9695a7858b8f56c3c
|
|
|
mix-test-coverage-maint-29-main-otp-29
|
111 KB |
sha256:bf07ddd9a052a3d7e59a1dd385f9b2afbafce19557501938bdfbab6db85a7992
|
|
|
overall-coverage
|
1.83 MB |
sha256:aad4d6ac587ffe72a0bd82b785dd6b847fc385369995ac1e002e3539f9145c11
|
|
|
playwright-report
|
1.3 MB |
sha256:52f394bf30953f3a435307da33b46a6719de0f1dcf18d7e712df7262f5fbbf9f
|
|