update code block languages #6985
ci.yml
on: push
Matrix: e2e test
Matrix: mix_test
Matrix: npm test
coverage report
46s
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.6s
|
Slow Test:
test/e2e/[firefox] › tests/forms.spec.js#L1
test/e2e/[firefox] › tests/forms.spec.js took 24.3s
|
Slow Test:
test/e2e/[firefox] › tests/streams.spec.js#L1
test/e2e/[firefox] › tests/streams.spec.js took 20.0s
|
Slow Test:
test/e2e/[chromium] › tests/forms.spec.js#L1
test/e2e/[chromium] › tests/forms.spec.js took 16.2s
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/streams.spec.js:115:1 › move-to-first moves the second element to the first position (LV)
293 passed (2.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-test-results
Expired
|
3.23 MB |
|
js-unit-coverage
Expired
|
753 KB |
|
mix-e2e-coverage
Expired
|
85.6 KB |
|
mix-test-coverage-24.3-1.13.4
Expired
|
137 KB |
|
mix-test-coverage-25.3-1.15.4
Expired
|
140 KB |
|
mix-test-coverage-26.2-1.16.3
Expired
|
137 KB |
|
mix-test-coverage-27-1.17.2
Expired
|
90.9 KB |
|
overall-coverage
Expired
|
1.39 MB |
|
playwright-report
Expired
|
1.04 MB |
|