release #1
Annotations
6 errors and 1 notice
e2e/samplesMarkup.e2e-spec.ts#L36
1) [react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › rating/readonly should have a consistent markup
Error: Snapshot comparison failed:
<body>
<div
id="root"
>
<div
class="container p-3"
>
<div
aria-label="readonly rating"
aria-readonly="true"
aria-valuemax="5"
aria-valuemin="0"
aria-valuenow="3.64"
aria-valuetext="3.64 out of 5"
class="au-rating d-inline-flex rating-custom"
role="slider"
tabindex="0"
>
<span
class="visually-hidden"
>
"(*)"
</span>
<span
class="au-rating-star"
style="cursor: default;"
>
<span
class="full star"
>
<span
class="half"
style="width: 100%;"
>
<svg
class="bi bi-heart-fill"
fill="currentColor"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"
fill-rule="evenodd"
/>
</svg>
</span>
<span>
<svg
class="bi bi-heart-fill"
fill="currentColor"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"
fill-rule="evenodd"
/>
</svg>
</span>
</span>
</span>
<span
class="visually-hidden"
>
"(*)"
</span>
<span
class="au-rating-star"
style="cursor: default;"
>
<span
class="full star"
>
<span
class="half"
style="width: 100%;"
>
<svg
class="bi bi-heart-fill"
fill="currentColor"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"
fill-rule="evenodd"
/>
</svg>
</span>
<span>
<svg
class="bi bi-heart-fill"
fill="currentColor"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"
fill-rule="evenodd"
/>
</svg>
</span>
</span>
</span>
<span
class="visually-hidden"
>
"(*)"
</span>
<span
class="au-rating-star"
style="cursor: default;"
>
<span
class="full star"
>
<span
class="half"
style="width: 100%;"
>
<svg
class="bi bi-heart-fill"
fill="currentColor"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"
fill-rule="evenodd"
/>
</svg>
</span>
<span>
<svg
class="bi bi-heart-fill"
fill="currentColor"
|
e2e/samplesMarkup.e2e-spec.ts#L36
2) [react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › pagination/default should have a consistent markup
Error: Snapshot comparison failed:
<body>
<div
id="root"
>
<div
class="container p-3"
>
<h5>
"Default pagination:"
</h5>
<nav
aria-label="Page navigation"
>
<ul
class="au-pagination pagination"
>
<li
class="page-item"
>
<a
aria-label="Action link for previous page"
class="au-previous page-link"
href="#"
>
<span
aria-hidden="true"
>
"‹"
</span>
</a>
</li>
<li
class="page-item"
>
<a
aria-label="Page 1 of 6"
class="au-page page-link"
href="#"
>
"1"
</a>
</li>
<li
class="page-item"
>
<a
aria-label="Page 2 of 6"
class="au-page page-link"
href="#"
>
"2"
</a>
</li>
<li
class="page-item"
>
<a
aria-label="Page 3 of 6"
class="au-page page-link"
href="#"
>
"3"
</a>
</li>
<li
aria-current="page"
class="active page-item"
>
<a
aria-label="Page 4 of 6"
class="au-page page-link"
href="#"
>
"4"
<span
class="visually-hidden"
>
"(current)"
</span>
</a>
</li>
<li
class="page-item"
>
<a
aria-label="Page 5 of 6"
class="au-page page-link"
href="#"
>
"5"
</a>
</li>
<li
class="page-item"
>
<a
aria-label="Page 6 of 6"
class="au-page page-link"
href="#"
>
"6"
</a>
</li>
<li
class="page-item"
>
<a
aria-label="Action link for next page"
class="au-next page-link"
href="#"
>
<span
aria-hidden="true"
>
"›"
</span>
</a>
</li>
</ul>
<div
aria-live="polite"
class="visually-hidden"
>
"Current page is 4"
</div>
</nav>
<h5>
"No direction links:"
</h5>
<nav
aria-label="Page navigation"
>
<ul
class="au-pagination pagination"
>
<li
class="page-item"
>
<a
aria-label="Page 1 of 6"
class="au-page page-link"
href="#"
>
"1"
</a>
</li>
<li
class="page-item"
>
<a
aria-label="Page 2 of 6"
class="au-page page-link"
href="#"
>
"2"
</a>
</li>
<li
class="page-item"
>
<a
aria-label="Page 3 of 6"
class="au-page page-link"
href="#"
>
"3"
</a>
</li>
<li
aria-current="page"
class="active page-item"
>
<a
aria-label="Page 4 of 6"
class="au-page page-link"
href="#"
>
"4"
<span
|
e2e/samplesMarkup.e2e-spec.ts#L36
3) [react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › modal/playground should have a consistent markup
Error: Snapshot comparison failed:
<body
style="overflow: hidden;"
>
<div
id="root"
inert=""
>
<div
class="container p-3"
/>
</div>
<div
class="modal-backdrop show"
inert=""
/>
<div
class="d-block modal show"
>
<div
class="modal-dialog"
>
<div
class="modal-content"
>
<div
class="modal-header"
>
<h5
class="modal-title"
>
"Dialog"
</h5>
<button
aria-label="Close"
class="btn-close"
type="button"
/>
</div>
<div
class="modal-body"
>
"Dialog content"
</div>
</div>
</div>
</div>
<div
id="root"
/>
</body>
Expected: /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.e2e-spec.ts-snapshots/modal-playground.html
Received: /home/runner/work/AgnosUI/AgnosUI/test-results/samplesMarkup.e2e-spec.ts-Samples-markup-consi-6af69-odal-playground-should-have-a-consistent-markup-react-webkit/modal-playground-actual.html
34 | await routesExtraAction[route]?.(page);
35 | await page.waitForSelector('.fade', {state: 'detached'}); // wait for fade transitions to be finished
> 36 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${route}.html`);
| ^
37 | });
38 | }
39 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.e2e-spec.ts:36:53
|
e2e/select/select.e2e-spec.ts#L52
4) [react:webkit] › select/select.e2e-spec.ts:14:2 › Select tests › Basic states ─────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 18
@@ -3,9 +3,25 @@
Array [
"Action 1",
"x",
],
],
- "isOpen": false,
- "list": Array [],
+ "isOpen": true,
+ "list": Array [
+ Object {
+ "hasCheckBox": true,
+ "isChecked": true,
+ "text": "Action 1",
+ },
+ Object {
+ "hasCheckBox": true,
+ "isChecked": false,
+ "text": "Action 2",
+ },
+ Object {
+ "hasCheckBox": true,
+ "isChecked": false,
+ "text": "Action 3",
+ },
+ ],
"text": "a",
}
50 | list: [],
51 | });
> 52 | expect(await selectPO.state()).toEqual(expectedState);
| ^
53 | });
54 |
55 | test(`Close actions`, async ({page}) => {
at /home/runner/work/AgnosUI/AgnosUI/e2e/select/select.e2e-spec.ts:52:34
|
e2e/select/select.e2e-spec.ts#L68
5) [react:webkit] › select/select.e2e-spec.ts:55:2 › Select tests › Close actions ────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: false
Received: true
66 |
67 | await page.locator('body').click({position: {x: 0, y: 0}});
> 68 | expect((await selectPO.state()).isOpen).toEqual(false);
| ^
69 | });
70 |
71 | test(`Config`, async ({page}) => {
at /home/runner/work/AgnosUI/AgnosUI/e2e/select/select.e2e-spec.ts:68:43
|
e2e/transition/transition.e2e-spec.ts#L160
6) [react:webkit] › transition/transition.e2e-spec.ts:138:3 › Transition tests › animation on init, with animation setting enabled
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
@@ -6,8 +6,8 @@
],
"hidden": false,
"removeFromDOM": true,
"shown": false,
"transition": "verticalCollapse",
- "transitioning": true,
+ "transitioning": false,
"visible": true,
}
158 | expectedState.shown = false;
159 | expectedState.classes = ['collapsing'];
> 160 | expect(await po.getState()).toEqual(expectedState);
| ^
161 |
162 | await expect.poll(() => po.getState()).not.toEqual(expectedState);
163 | expectedState.transitioning = false;
at /home/runner/work/AgnosUI/AgnosUI/e2e/transition/transition.e2e-spec.ts:160:32
|
6 flaky
[react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › rating/readonly should have a consistent markup
[react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › pagination/default should have a consistent markup
[react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › modal/playground should have a consistent markup
[react:webkit] › select/select.e2e-spec.ts:14:2 › Select tests › Basic states ──────────────────
[react:webkit] › select/select.e2e-spec.ts:55:2 › Select tests › Close actions ─────────────────
[react:webkit] › transition/transition.e2e-spec.ts:138:3 › Transition tests › animation on init, with animation setting enabled
36 passed (1.2m)
|
The logs for this run have expired and are no longer available.
Loading