Fix a typo (#3479) #6900
ci.yml
on: push
Matrix: e2e test
Matrix: mix_test
Matrix: npm test
coverage report
0s
Annotations
3 errors, 5 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": "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
|
mix test (OTP 26.2 | Elixir 1.16.3)
The job running on runner GitHub Actions 16 has exceeded the maximum execution time of 360 minutes.
|
mix test (OTP 26.2 | Elixir 1.16.3)
The operation was canceled.
|
Slow Test:
test/e2e/[webkit] › tests/forms.spec.js#L1
test/e2e/[webkit] › tests/forms.spec.js took 32.5s
|
Slow Test:
test/e2e/[firefox] › tests/forms.spec.js#L1
test/e2e/[firefox] › tests/forms.spec.js took 24.1s
|
Slow Test:
test/e2e/[firefox] › tests/streams.spec.js#L1
test/e2e/[firefox] › tests/streams.spec.js took 18.5s
|
Slow Test:
test/e2e/[chromium] › tests/forms.spec.js#L1
test/e2e/[chromium] › tests/forms.spec.js took 16.2s
|
mix test (OTP 26.2 | Elixir 1.16.3)
No files were found with the provided path: cover/default.coverdata. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
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)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-test-results
Expired
|
3.26 MB |
|
js-unit-coverage
Expired
|
750 KB |
|
mix-e2e-coverage
Expired
|
84.1 KB |
|
mix-test-coverage-24.3-1.13.4
Expired
|
136 KB |
|
mix-test-coverage-25.3-1.15.4
Expired
|
139 KB |
|
mix-test-coverage-27-1.17.2
Expired
|
90.6 KB |
|
playwright-report
Expired
|
1.07 MB |
|