Fix extra spaces being continually added when formatting nested inlin… #8924
ci.yml
on: push
Matrix: e2e test
Matrix: mix_test
Matrix: npm test
Matrix: coverage report
Annotations
1 error, 10 warnings, and 1 notice
[webkit] › tests/navigation.spec.js:26:1 › can navigate between LiveViews in the same live session over websocket:
test/e2e/tests/navigation.spec.js#L78
1) [webkit] › tests/navigation.spec.js:26:1 › can navigate between LiveViews in the same live session over websocket
Error: expect(received).toEqual(expected) // deep equality
Expected: ArrayContaining [{"payload": StringContaining "phx_leave", "type": "sent"}, {"payload": StringContaining "phx_join", "type": "sent"}, {"payload": StringContaining "phx_close", "type": "received"}, {"payload": StringContaining "phx_reply", "type": "received"}, {"payload": StringContaining "phx_reply", "type": "received"}]
Received: [[Object], [Object], [Object]]
76 | expect(networkEvents).toEqual([]);
77 | // we don't assert the order of the events here, because they are not deterministic
> 78 | expect(webSocketEvents).toEqual(
| ^
79 | expect.arrayContaining([
80 | { type: "sent", payload: expect.stringContaining("phx_leave") },
81 | { type: "sent", payload: expect.stringContaining("phx_join") },
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/navigation.spec.js:78:27
|
npm test (1.18.4, 27.3):
test/e2e/tests/issues/3083.spec.js#L29
Unexpected use of page.waitForTimeout()
|
npm test (1.18.4, 27.3):
test/e2e/tests/forms.spec.js#L134
Avoid calling `expect` conditionally`
|
npm test (1.18.4, 27.3):
test/e2e/tests/forms.spec.js#L133
Avoid having conditionals in tests
|
npm test (1.18.4, 27.3):
test/e2e/tests/errors.spec.js#L147
Unexpected use of page.waitForTimeout()
|
npm test (1.18.4, 27.3):
test/e2e/tests/errors.spec.js#L118
Unexpected use of page.waitForTimeout()
|
npm test (1.18.4, 27.3):
test/e2e/tests/errors.spec.js#L67
Unexpected use of page.waitForTimeout()
|
npm test (1.18.4, 27.3):
test/e2e/tests/components.spec.js#L77
Unexpected use of the `.skip()` annotation
|
npm test (1.18.4, 27.3):
test/e2e/tests/components.spec.js#L76
Avoid having conditionals in tests
|
npm test (1.18.4, 27.3):
test/e2e/tests/components.spec.js#L36
Unexpected use of the `.skip()` annotation
|
npm test (1.18.4, 27.3):
test/e2e/tests/components.spec.js#L35
Avoid having conditionals in tests
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/navigation.spec.js:26:1 › can navigate between LiveViews in the same live session over websocket
3 skipped
452 passed (3.9m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
e2e-test-results
Expired
|
4.37 MB |
sha256:c6c0f8df5631f9b9d11c24e46242044a7898099c1c0a7d23620fb20b6fecde1b
|
|
js-unit-coverage
Expired
|
854 KB |
sha256:27270477df20bcfd8efa93f06a52ce76991d027542cdb093e1367633ff8fc16c
|
|
mix-e2e-coverage
Expired
|
107 KB |
sha256:d8f1afb0b3dd517dbacabdc963895d272973c70a6c803b3f2421096d5542193b
|
|
mix-test-coverage-25.3-1.15.4
Expired
|
156 KB |
sha256:2a9a3b20da8517e4f2365dc3165a25ac01bb159b8aa0635badf4d5c1cec01f17
|
|
mix-test-coverage-26.2-1.16.3
Expired
|
154 KB |
sha256:6ae5305aaa027e2009cf331a46cac3f134169cf29107479e472cbda403e95e89
|
|
mix-test-coverage-27.3-1.18.4
Expired
|
103 KB |
sha256:d87167f9018f9d23db90f22417411273b3058130a031b1ee70004ea2a93e9027
|
|
mix-test-coverage-maint-28-main-otp-28
Expired
|
103 KB |
sha256:811d7599c3ec94bfd3fc347e32e4aec26d1c9f013e375d55ec6bb89b8b67a164
|
|
overall-coverage
Expired
|
1.56 MB |
sha256:7db7655fd5d0124a1168b63ed3323ecbfc20c4e373aecf259049a81be02b710e
|
|
playwright-report
Expired
|
1.14 MB |
sha256:e4f790a62aaa8b872ff3039c4fecdca5f5ffe640dafd3e07e29d43dce768bafd
|
|