refactor eslint config, update deprecated rules #7279
Annotations
1 error, 6 warnings, and 1 notice
Run e2e tests:
test/e2e/tests/errors.spec.js#L246
1) [firefox] › tests/errors.spec.js:240:5 › exception handling › after connected mount › parent crashes and reconnects when linked child LV crashes
Error: expect(received).toEqual(expected) // deep equality
Expected: ArrayContaining [StringMatching /mount/, StringMatching /child error: unable to join/, StringMatching /child destroyed/, StringMatching /error: view crashed/, StringMatching /mount/, StringMatching /child mount/]
Received: ["[JavaScript Warning: \"Cookie “__phoenix_reload_status__” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite\" {file: \"http://localhost:4004/errors?connected-child-mount-raise=link\" line: 0}]", "phx-GBmrB6694yr5W1ZB mount: - JSHandle@object", "child error: unable to join - JSHandle@object", "child destroyed: the child has been removed from the parent - undefined", "phx-GBmrB6694yr5W1ZB error: view crashed - JSHandle@object", "phx-GBmrB6694yr5W1ZB mount: - JSHandle@object"]
244 | // child crashed on mount, linked to parent -> parent crashed too
245 | // second mounts are successful
> 246 | expect(consoleMessages).toEqual(expect.arrayContaining([
| ^
247 | expect.stringMatching(/mount/),
248 | expect.stringMatching(/child error: unable to join/),
249 | expect.stringMatching(/child destroyed/),
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/errors.spec.js:246:31
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run e2e tests:
test/e2e/[webkit] › tests/forms.spec.js#L1
test/e2e/[webkit] › tests/forms.spec.js took 29.3s
|
Run e2e tests:
test/e2e/[firefox] › tests/forms.spec.js#L1
test/e2e/[firefox] › tests/forms.spec.js took 25.9s
|
Run e2e tests:
test/e2e/[webkit] › tests/streams.spec.js#L1
test/e2e/[webkit] › tests/streams.spec.js took 21.2s
|
Run e2e tests:
test/e2e/[firefox] › tests/streams.spec.js#L1
test/e2e/[firefox] › tests/streams.spec.js took 19.6s
|
Run e2e tests:
test/e2e/[chromium] › tests/forms.spec.js#L1
test/e2e/[chromium] › tests/forms.spec.js took 16.2s
|
Run e2e tests
1 flaky
[firefox] › tests/errors.spec.js:240:5 › exception handling › after connected mount › parent crashes and reconnects when linked child LV crashes
311 passed (2.4m)
|
Loading