chore(deps): lock file maintenance #184
Annotations
7 errors and 1 notice
e2e/samplesMarkup.e2e-spec.ts#L36
1) [react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › alert/playground should have a consistent markup
Error: Snapshot comparison failed:
<body>
<div
id="root"
>
<div
class="container p-3"
>
<div
class="alert alert-primary au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
/>
<button
aria-label="Close"
class="btn-close ms-auto"
type="button"
/>
</div>
</div>
</div/>
</body>
Expected: /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.e2e-spec.ts-snapshots/alert-playground.html
Received: /home/runner/work/AgnosUI/AgnosUI/test-results/samplesMarkup.e2e-spec.ts-Samples-markup-consi-4d2b6-lert-playground-should-have-a-consistent-markup-react-webkit/alert-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/samplesMarkup.e2e-spec.ts#L36
2) [react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › alert/icon should have a consistent markup
Error: Snapshot comparison failed:
<body>
<div
id="root"
>
<div
class="container p-3"
>
<div
class="alert alert-success au-alert d-flex show w-100"
role="alert"
>
<span
class="align-items-center d-flex me-2"
>
<svg
class="bi bi-check-circle-fill"
fill="currentColor"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"
/>
</svg>
</span>
<div
class="alert-body d-flex w-100"
>
"Alert success with a customisable icon"
</div>
</div>
<div
class="alert alert-warning au-alert d-flex show w-100"
role="alert"
>
<span
class="align-items-center d-flex me-2"
>
<svg
class="bi bi-exclamation-triangle-fill"
fill="currentColor"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"
/>
</svg>
</span>
<div
class="alert-body d-flex w-100"
>
"Alert warning with a customisable icon"
</div>
</div>
<div
class="alert alert-danger au-alert d-flex show w-100"
role="alert"
>
<span
class="align-items-center d-flex me-2"
>
<svg
class="bi bi-dash-circle-fill"
fill="currentColor"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z"
/>
</svg>
</span>
<div
class="alert-body d-flex w-100"
>
"Alert danger with a customisable icon"
</div>
</div>
<div
class="alert alert-info au-alert d-flex show w-100"
role="alert"
>
<span
class="align-items-center d-flex me-2"
>
<svg
class="bi bi-info-circle-fill"
fill="currentColor"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"
/>
</svg>
</span>
<div
class="alert-body d-flex w-100"
>
"Alert info with a customisable icon"
</div>
</div>
<div
class="alert alert-light au-alert d-flex show w-100"
role="alert"
>
<span
class="align-items-center d-flex me-2"
>
<svg
class="bi bi-lightbulb"
fill="currentColor"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www
|
e2e/samplesMarkup.e2e-spec.ts#L36
3) [react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › alert/generic should have a consistent markup
Error: Snapshot comparison failed:
<body>
<div
id="root"
>
<div
class="container p-3"
>
<div
class="alert alert-primary au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple primary alert"
</div>
</div>
<div
class="alert alert-secondary au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple secondary alert"
</div>
</div>
<div
class="alert alert-success au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple success alert"
</div>
</div>
<div
class="alert alert-danger au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple danger alert"
</div>
</div>
<div
class="alert alert-warning au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple warning alert"
</div>
</div>
<div
class="alert alert-info au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple info alert"
</div>
</div>
<div
class="alert alert-light au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple light alert"
</div>
</div>
<div
class="alert alert-dark au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple dark alert"
</div>
</div>
</div>
</div/>
</body>
Expected: /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.e2e-spec.ts-snapshots/alert-generic.html
Received: /home/runner/work/AgnosUI/AgnosUI/test-results/samplesMarkup.e2e-spec.ts-Samples-markup-consi-224ce-k-alert-generic-should-have-a-consistent-markup-react-webkit/alert-generic-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#L87
4) [react:webkit] › select/select.e2e-spec.ts:71:2 › Select tests › Config ───────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"badges": Array [],
"isOpen": false,
"list": Array [],
- "text": "other value",
+ "text": "initial value",
}
85 | expectedState.text = 'other value';
86 | await selectConfigPO.locatorFilterTextInput.fill(expectedState.text);
> 87 | expect(await selectPO.state()).toEqual(expectedState);
| ^
88 |
89 | expectedState.text = 'test';
90 | await selectPO.locatorInput.fill(expectedState.text);
at /home/runner/work/AgnosUI/AgnosUI/e2e/select/select.e2e-spec.ts:87:34
|
e2e/transition/transition.e2e-spec.ts#L72
5) [react:webkit] › transition/transition.e2e-spec.ts:67:4 › Transition tests › with default toggle button, hiding DOM element › toggle with animation
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
@@ -5,10 +5,10 @@
"collapse",
"show",
],
"hidden": false,
"removeFromDOM": true,
- "shown": true,
+ "shown": false,
"transition": "verticalCollapse",
"transitioning": false,
"visible": true,
}
70 | const expectedState = defaultState();
71 | const button = await scenario.setup(po, expectedState, true);
> 72 | expect(await po.getState()).toEqual(expectedState);
| ^
73 |
74 | if (!scenario.removingDomElement) {
75 | await po.locatorRemoveFromDOMCheckbox.click();
at /home/runner/work/AgnosUI/AgnosUI/e2e/transition/transition.e2e-spec.ts:72:33
|
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
|
e2e/transition/transition.e2e-spec.ts#L160
7) [react:webkit] › transition/transition.e2e-spec.ts:138:3 › Transition tests › animation on init, with animation setting disabled
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
|
7 flaky
[react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › alert/playground should have a consistent markup
[react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › alert/icon should have a consistent markup
[react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › alert/generic should have a consistent markup
[react:webkit] › select/select.e2e-spec.ts:71:2 › Select tests › Config ────────────────────────
[react:webkit] › transition/transition.e2e-spec.ts:67:4 › Transition tests › with default toggle button, hiding DOM element › toggle with animation
[react:webkit] › transition/transition.e2e-spec.ts:138:3 › Transition tests › animation on init, with animation setting enabled
[react:webkit] › transition/transition.e2e-spec.ts:138:3 › Transition tests › animation on init, with animation setting disabled
35 passed (1.3m)
|
The logs for this run have expired and are no longer available.
Loading