Fix the heex template example #6952
ci.yml
on: pull_request
Matrix: e2e test
Matrix: mix_test
Matrix: npm test
coverage report
42s
Annotations
1 error, 4 warnings, and 1 notice
[webkit] › tests/streams.spec.js:115:1 › move-to-first moves the second element to the first position (LV):
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": "callan",
},
]
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
|
Slow Test:
test/e2e/[webkit] › tests/forms.spec.js#L1
test/e2e/[webkit] › tests/forms.spec.js took 31.8s
|
Slow Test:
test/e2e/[firefox] › tests/forms.spec.js#L1
test/e2e/[firefox] › tests/forms.spec.js took 24.5s
|
Slow Test:
test/e2e/[firefox] › tests/streams.spec.js#L1
test/e2e/[firefox] › tests/streams.spec.js took 20.6s
|
Slow Test:
test/e2e/[chromium] › tests/forms.spec.js#L1
test/e2e/[chromium] › tests/forms.spec.js took 16.5s
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/streams.spec.js:115:1 › move-to-first moves the second element to the first position (LV)
290 passed (2.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-test-results
Expired
|
3.34 MB |
|
js-unit-coverage
Expired
|
752 KB |
|
mix-e2e-coverage
Expired
|
85.1 KB |
|
mix-test-coverage-24.3-1.13.4
Expired
|
138 KB |
|
mix-test-coverage-25.3-1.15.4
Expired
|
141 KB |
|
mix-test-coverage-26.2-1.16.3
Expired
|
138 KB |
|
mix-test-coverage-27-1.17.2
Expired
|
91.3 KB |
|
overall-coverage
Expired
|
1.39 MB |
|
playwright-report
Expired
|
1.1 MB |
|