Bump nodemailer from 7.0.3 to 7.0.9 #8984
Annotations
1 error and 1 notice
Run e2e tests:
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
|
Run e2e tests
1 flaky
[webkit] › tests/navigation.spec.js:26:1 › can navigate between LiveViews in the same live session over websocket
3 skipped
473 passed (4.2m)
|
Loading