expose js commands through liveSocket.js()
#3701
+250
−200
Open
Annotations
1 error, 5 warnings, and 1 notice
Run e2e tests:
test/e2e/tests/issues/3047.spec.js#L17
1) [webkit] › tests/issues/3047.spec.js:6:1 › streams are not cleared in sticky live views ───────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 5
+ Received + 4
Array [
+ "items-1",
+ "items-2",
+ "items-3",
+ "items-4",
"items-5",
"items-6",
"items-7",
"items-8",
"items-9",
"items-10",
- "items-11",
- "items-12",
- "items-13",
- "items-14",
- "items-15",
]
15 |
16 | await page.getByRole("button", {name: "Reset"}).click()
> 17 | expect(await listItems(page)).toEqual([
| ^
18 | "items-5", "items-6", "items-7", "items-8", "items-9", "items-10",
19 | "items-11", "items-12", "items-13", "items-14", "items-15"
20 | ])
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/issues/3047.spec.js:17:33
|
Run e2e tests:
test/e2e/[chromium] › tests/forms.spec.js#L0
test/e2e/[chromium] › tests/forms.spec.js took 17.4s
|
Run e2e tests:
test/e2e/[firefox] › tests/streams.spec.js#L0
test/e2e/[firefox] › tests/streams.spec.js took 20.4s
|
Run e2e tests:
test/e2e/[webkit] › tests/streams.spec.js#L0
test/e2e/[webkit] › tests/streams.spec.js took 22.6s
|
Run e2e tests:
test/e2e/[firefox] › tests/forms.spec.js#L0
test/e2e/[firefox] › tests/forms.spec.js took 26.3s
|
Run e2e tests:
test/e2e/[webkit] › tests/forms.spec.js#L0
test/e2e/[webkit] › tests/forms.spec.js took 29.2s
|
Run e2e tests
1 flaky
[webkit] › tests/issues/3047.spec.js:6:1 › streams are not cleared in sticky live views ────────
338 passed (2.6m)
|
Loading