Skip to content

consider any touched input as not _unused_ #6284

consider any touched input as not _unused_

consider any touched input as not _unused_ #6284

Triggered via pull request May 10, 2024 08:27
Status Success
Total duration 3m 28s
Artifacts 8

ci.yml

on: pull_request
Matrix: e2e test
Matrix: mix_test
Matrix: npm test
coverage report
37s
coverage report
Fit to window
Zoom out
Zoom in

Annotations

1 error, 1 warning, 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
🎭 Playwright Run Summary
1 flaky [webkit] › tests/streams.spec.js:115:1 › move-to-first moves the second element to the first position (LV) 176 passed (1.6m)
Slow Test: test/e2e/[firefox] › tests/streams.spec.js#L1
test/e2e/[firefox] › tests/streams.spec.js took 17.9s

Artifacts

Produced during runtime
Name Size
e2e-test-results Expired
2.09 MB
js-unit-coverage Expired
687 KB
mix-e2e-coverage Expired
125 KB
mix-test-coverage-24.3-1.13.4 Expired
140 KB
mix-test-coverage-25.3-1.15.4 Expired
144 KB
mix-test-coverage-26-1.15.5 Expired
142 KB
overall-coverage Expired
2.17 MB
playwright-report Expired
874 KB