Fix a typo (#3479) #6900
Annotations
1 error, 4 warnings, and 1 notice
Run e2e tests:
test/e2e/tests/streams.spec.js#L126
1) [webkit] › tests/streams.spec.js:115:1 › move-to-first moves the second element to the first position (LV)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Array [
Object {
- "id": "c_users-2",
- "text": "updated",
- },
- Object {
"id": "c_users-1",
"text": "chris",
+ },
+ Object {
+ "id": "c_users-2",
+ "text": "updated",
},
]
124 |
125 | await page.locator("#c_users-2").getByRole("button", { name: "make first" }).click();
> 126 | await expect(await usersInDom(page, "c_users")).toEqual([
| ^
127 | { id: "c_users-2", text: "updated" },
128 | { id: "c_users-1", text: "chris" }
129 | ]);
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/streams.spec.js:126:51
|
Run e2e tests:
test/e2e/[webkit] › tests/forms.spec.js#L1
test/e2e/[webkit] › tests/forms.spec.js took 32.5s
|
Run e2e tests:
test/e2e/[firefox] › tests/forms.spec.js#L1
test/e2e/[firefox] › tests/forms.spec.js took 24.1s
|
Run e2e tests:
test/e2e/[firefox] › tests/streams.spec.js#L1
test/e2e/[firefox] › tests/streams.spec.js took 18.5s
|
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
[webkit] › tests/streams.spec.js:115:1 › move-to-first moves the second element to the first position (LV)
287 passed (2.4m)
|
Loading