properly append portal elements in form recovery #8980
Annotations
2 errors and 1 notice
Run e2e tests:
test/e2e/tests/errors.spec.js#L273
1) [webkit] › tests/errors.spec.js:265:5 › exception handling › after connected mount › parent crashes and reconnects when linked child LV crashes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: ["phx-GGvpqEXENwq2RLah mount: - {0: content=\"LzQlGAUTJAp8FRsDITwIXR1ebjtqdwoJAuJvVyvx3RxBuSRm08YQ_OlZ\", 1: undefined, p: undefined, s: 2}", "child error: unable to join - {reason: join crashed}", "child destroyed: the child has been removed from the parent - undefined", "phx-GGvpqEXENwq2RLah error: view crashed - {}", "phx-GGvpqEXENwq2RLah mount: - {0: content=\"LHYwA2cpAj87JRUHOyoAUkgpAStCTzw5B7_m4CPMtbvFoEZbeO6AwwZj\", 1: undefined, p: undefined, s: 2}"]
271 | // child crashed on mount, linked to parent -> parent crashed too
272 | // second mounts are successful
> 273 | expect(consoleMessages).toEqual(
| ^
274 | expect.arrayContaining([
275 | expect.stringMatching(/mount/),
276 | expect.stringMatching(/child error: unable to join/),
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/errors.spec.js:273:31
|
Run e2e tests:
test/e2e/tests/errors.spec.js#L273
1) [webkit] › tests/errors.spec.js:265: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: ["phx-GGvpp9k-0XZ-xbZh mount: - {0: content=\"HQQNJVcTYhZ7HnFhaRB7E2IUUHVmDxohBeDC1x8t5V5U3_VJQcc7TFYp\", 1: undefined, p: undefined, s: 2}", "child error: unable to join - {reason: join crashed}", "child destroyed: the child has been removed from the parent - undefined", "phx-GGvpp9k-0XZ-xbZh error: view crashed - {}", "phx-GGvpp9k-0XZ-xbZh mount: - {0: content=\"ag84PwcCEzgYMXNWLzVCDEsYdAMHLiIC5nqYaiIZVy7buzoUxoGA5gaS\", 1: undefined, p: undefined, s: 2}"]
271 | // child crashed on mount, linked to parent -> parent crashed too
272 | // second mounts are successful
> 273 | expect(consoleMessages).toEqual(
| ^
274 | expect.arrayContaining([
275 | expect.stringMatching(/mount/),
276 | expect.stringMatching(/child error: unable to join/),
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/errors.spec.js:273:31
|
Run e2e tests
1 flaky
[webkit] › tests/errors.spec.js:265:5 › exception handling › after connected mount › parent crashes and reconnects when linked child LV crashes
3 skipped
473 passed (4.0m)
|
Loading