Release 0.20.6 #238
Annotations
1 error, 5 warnings, and 1 notice
Run e2e tests:
test/e2e/tests/js.spec.js#L62
1) [webkit] › tests/js.spec.js:45:1 › set and remove_attribute ───────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toHaveClass(expected)
Locator: locator('#my-modal')
Expected string: not "fade-in"
Received string: "fade-in"
Call log:
- expect.not.toHaveClass with timeout 5000ms
- waiting for locator('#my-modal')
- locator resolved to <div open="true" id="my-modal" class="fade-in" aria-e…>Test</div>
- unexpected value "fade-in"
- locator resolved to <div open="true" id="my-modal" class="fade-in" aria-e…>Test</div>
- unexpected value "fade-in"
- locator resolved to <div open="true" id="my-modal" class="fade-in" aria-e…>Test</div>
- unexpected value "fade-in"
- locator resolved to <div open="true" id="my-modal" class="fade-in" aria-e…>Test</div>
- unexpected value "fade-in"
- locator resolved to <div open="true" id="my-modal" class="fade-in" aria-e…>Test</div>
- unexpected value "fade-in"
- locator resolved to <div open="true" id="my-modal" class="fade-in" aria-e…>Test</div>
- unexpected value "fade-in"
- locator resolved to <div open="true" id="my-modal" class="fade-in" aria-e…>Test</div>
- unexpected value "fade-in"
- locator resolved to <div open="true" id="my-modal" class="fade-in" aria-e…>Test</div>
- unexpected value "fade-in"
- locator resolved to <div open="true" id="my-modal" class="fade-in" aria-e…>Test</div>
- unexpected value "fade-in"
60 | expect.objectContaining({ attr: "class", oldValue: "fade-in" }),
61 | ]));
> 62 | await expect(page.locator("#my-modal")).not.toHaveClass("fade-in");
| ^
63 | await expect(page.locator("#my-modal")).toHaveAttribute("aria-expanded", "true");
64 | await expect(page.locator("#my-modal")).toHaveAttribute("open", "true");
65 | await expect(page.locator("#my-modal")).toBeVisible();
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/js.spec.js:62:47
|
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/.
|
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/
|
Run e2e tests:
test/e2e/[webkit] › tests/streams.spec.js#L1
test/e2e/[webkit] › tests/streams.spec.js took 23.4s
|
Run e2e tests:
test/e2e/[firefox] › tests/streams.spec.js#L1
test/e2e/[firefox] › tests/streams.spec.js took 19.8s
|
Run e2e tests:
test/e2e/[webkit] › tests/forms.spec.js#L1
test/e2e/[webkit] › tests/forms.spec.js took 16.1s
|
Run e2e tests
1 flaky
[webkit] › tests/js.spec.js:45:1 › set and remove_attribute ────────────────────────────────────
128 passed (1.4m)
|
The logs for this run have expired and are no longer available.
Loading