Allow default uploader when using external uploaders in LiveView #3801
Annotations
1 error and 1 notice
|
test/e2e/tests/errors.spec.js#L246
1) [webkit] › 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: ["phx-GD-F3UZ_6X0De7nB mount: - {0: content=\"NywhTCRrHTMaYCEjBi4-HyALVAUSJA4muzD8q2pTh2Vb7IQIvoalJa6t\", 1: Object, s: undefined}", "child error: unable to join - {reason: join crashed}", "child destroyed: the child has been removed from the parent - undefined", "phx-GD-F3UZ_6X0De7nB error: view crashed - {}", "phx-GD-F3UZ_6X0De7nB mount: - {0: content=\"KRMMRAwbITAjZyInRREmHiIsXFgZcBUnkEi0YBLWQ5UftvIHtHi1A5-u\", 1: Object, s: undefined}"]
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
|
|
|
The logs for this run have expired and are no longer available.
Loading