feat: support custom redirect statuses #2
Annotations
1 error, 13 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
|
npm test (1.13.2, 24.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
npm test (1.13.2, 24.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
mix test (OTP 26 | Elixir 1.15.5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
mix test (OTP 26 | Elixir 1.15.5)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
mix test (OTP 25.3 | Elixir 1.15.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
mix test (OTP 25.3 | Elixir 1.15.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
mix test (OTP 24.3 | Elixir 1.13.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
mix test (OTP 24.3 | Elixir 1.13.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
e2e test (1.16.0, 26.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e test (1.16.0, 26.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Slow Test:
test/e2e/[webkit] › tests/streams.spec.js#L1
test/e2e/[webkit] › tests/streams.spec.js took 28.5s
|
Slow Test:
test/e2e/[firefox] › tests/streams.spec.js#L1
test/e2e/[firefox] › tests/streams.spec.js took 21.6s
|
Slow Test:
test/e2e/[webkit] › tests/forms.spec.js#L1
test/e2e/[webkit] › tests/forms.spec.js took 16.8s
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/streams.spec.js:115:1 › move-to-first moves the second element to the first position (LV)
173 passed (1.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
1.85 MB |
|