Skip to content

pointerdown service #3600

pointerdown service

pointerdown service #3600

Triggered via pull request January 13, 2026 17:01
Status Failure
Total duration 6m 7s
Artifacts

pr.yml

on: pull_request
Matrix: e2e-tests / e2e-tests
Matrix: validate-os / validate-os
e2e-tests  /  merge-reports
e2e-tests / merge-reports
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 1 notice
e2e-tests / Test (7/10)
Process completed with exit code 1.
[singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/modal/default › should have a consistent markup: e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L45
7) [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/modal/default › should have a consistent markup Error: expect(string).toMatchSnapshot(expected) failed @@ -11,11 +11,10 @@ </button> </div> <div> <dialog class="modal modal-bottom sm:modal-middle" - open="" > <div class="modal-box" > <h3 @@ -26,25 +25,9 @@ <p class="py-4" > "Press ESC key, click on ✕ button or click outside the modal to close" </p> - <button - aria-label="Close" - class="absolute btn btn-circle btn-ghost btn-sm right-2 top-2" - type="button" - > - "✕" - </button> </div> - <div - class="modal-backdrop" - > - <button - type="button" - > - "Close" - </button> - </div> </dialog> </div> </body> Snapshot: daisyui/modal/default.html 43 | await preventTransitions(page); 44 | await samplesExtraAction[sampleKey]?.(page); > 45 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`); | ^ 46 | }); 47 | }); 48 | } at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:45:54
[singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/drawer/basic › should have a consistent markup: e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L45
6) [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/drawer/basic › should have a consistent markup Error: expect(string).toMatchSnapshot(expected) failed @@ -2,60 +2,13 @@ style="overflow-x: hidden; overflow-y: hidden;" > <div class="container p-3" id="root" - inert="inert" > <button class="btn btn-primary mb-3" > "Open Drawer" </button> </div> - <div - class="au-drawer-backdrop fade show" - data-agnos-ignore-inert="data-agnos-ignore-inert" - /> - <div - aria-describedby="" - aria-labelledby="" - aria-modal="true" - class="au-drawer collapse collapse-horizontal inline-start show" - role="dialog" - style="position: fixed; outline-color: initial; outline-style: none; outline-width: initial;" - tabindex="-1" - > - <div - class="au-drawer-container" - > - <div - class="au-drawer-content" - > - <div - class="au-drawer-header" - > - "Hi, I am drawer!" - </div> - <div - class="au-drawer-body" - > - <ul> - <li> - "First item" - </li> - <li> - "Second item" - </li> - <li> - "Third item" - </li> - </ul> - </div> - </div> - </div> - <div - class="au-splitter" - tabindex="0" - /> - </div> </body> Snapshot: bootstrap/drawer/basic.html 43 | await preventTransitions(page); 44 | await samplesExtraAction[sampleKey]?.(page); > 45 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`); | ^ 46 | }); 47 | }); 48 | } at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:45:54
[singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/drawer/position › should have a consistent markup: e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L45
5) [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/drawer/position › should have a consistent markup Error: expect(string).toMatchSnapshot(expected) failed @@ -2,11 +2,10 @@ style="overflow-x: hidden; overflow-y: hidden;" > <div class="container p-3" id="root" - inert="inert" > <button class="btn btn-primary mb-3" > "Open Drawer" @@ -45,52 +44,6 @@ "Bottom" </option> </select> </div> </div> - <div - class="au-drawer-backdrop fade show" - data-agnos-ignore-inert="data-agnos-ignore-inert" - /> - <div - aria-describedby="" - aria-labelledby="" - aria-modal="true" - class="au-drawer collapse collapse-horizontal drawer-position-size inline-start show" - role="dialog" - style="position: fixed; outline-color: initial; outline-style: none; outline-width: initial;" - tabindex="-1" - > - <div - class="au-drawer-container" - > - <div - class="au-drawer-content" - > - <div - class="au-drawer-header" - > - "Hi, I am drawer!" - </div> - <div - class="au-drawer-body" - > - <ul> - <li> - "First item" - </li> - <li> - "Second item" - </li> - <li> - "Third item" - </li> - </ul> - </div> - </div> - </div> - <div - class="au-splitter" - tabindex="0" - /> - </div> </body> Snapshot: bootstrap/drawer/position.html 43 | await preventTransitions(page); 44 | await samplesExtraAction[sampleKey]?.(page); > 45 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`); | ^ 46 | }); 47 | }); 48 | } at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:45:54
[singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/drawer/sizes › should have a consistent markup: e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L45
4) [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/drawer/sizes › should have a consistent markup Error: expect(string).toMatchSnapshot(expected) failed @@ -2,60 +2,13 @@ style="overflow-x: hidden; overflow-y: hidden;" > <div class="container p-3" id="root" - inert="inert" > <button class="btn btn-primary mb-3" > "Open Drawer" </button> </div> - <div - class="au-drawer-backdrop fade show" - data-agnos-ignore-inert="data-agnos-ignore-inert" - /> - <div - aria-describedby="" - aria-labelledby="" - aria-modal="true" - class="au-drawer collapse collapse-horizontal drawer-custom-size inline-start show" - role="dialog" - style="position: fixed; outline-color: initial; outline-style: none; outline-width: initial;" - tabindex="-1" - > - <div - class="au-drawer-container" - > - <div - class="au-drawer-content" - > - <div - class="au-drawer-header" - > - "Hi, I am drawer!" - </div> - <div - class="au-drawer-body" - > - <ul> - <li> - "First item" - </li> - <li> - "Second item" - </li> - <li> - "Third item" - </li> - </ul> - </div> - </div> - </div> - <div - class="au-splitter" - tabindex="0" - /> - </div> </body> Snapshot: bootstrap/drawer/sizes.html 43 | await preventTransitions(page); 44 | await samplesExtraAction[sampleKey]?.(page); > 45 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`); | ^ 46 | }); 47 | }); 48 | } at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:45:54
[singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/modal/default › should have a consistent markup: e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L45
3) [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/modal/default › should have a consistent markup Error: expect(string).toMatchSnapshot(expected) failed @@ -1,12 +1,9 @@ -<body - style="overflow-x: hidden; overflow-y: hidden;" -> +<body> <div class="container p-3" id="root" - inert="inert" > <button class="btn btn-primary" type="button" > @@ -31,58 +28,6 @@ <hr /> <div data-testid="message" /> </div> - <div - class="fade modal-backdrop show" - inert="inert" - /> - <div - class="d-block fade modal show" - tabindex="-1" - > - <div - class="modal-dialog" - > - <div - class="modal-content" - > - <div - class="modal-header" - > - <h5 - class="modal-title" - > - "Save changes" - </h5> - <button - aria-label="Close" - class="btn-close" - type="button" - /> - </div> - <div - class="modal-body" - > - "Do you want to save your changes?" - </div> - <div - class="modal-footer" - > - <button - class="btn btn-outline-primary" - type="button" - > - "Yes" - </button> - <button - class="btn btn-outline-danger" - type="button" - > - "No" - </button> - </div> - </div> - </div> - </div> </body> Snapshot: bootstrap/modal/default.html 43 | await preventTransitions(page); 44 | await samplesExtraAction[sampleKey]?.(page); > 45 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`); | ^ 46 | }); 47 | }); 48 | } at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:45:54
[singleBrowser:react:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/slider/default › should have a consistent markup: e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L45
2) [singleBrowser:react:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/slider/default › should have a consistent markup Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) failed @@ -3,11 +3,11 @@ class="container mx-auto p-3" id="root" > <input aria-label="Value" - class="au-slider-clickable-area au-slider-content au-slider-horizontal au-slider-with-labels range w-full" + class="au-slider-clickable-area au-slider-content au-slider-horizontal au-slider-with-labels range touch-none w-full" max="100" min="0" step="1" type="range" value="20" Snapshot: daisyui/slider/default.html 43 | await preventTransitions(page); 44 | await samplesExtraAction[sampleKey]?.(page); > 45 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`); | ^ 46 | }); 47 | }); 48 | } at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:45:54
[singleBrowser:react:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/slider/default › should have a consistent markup: e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L45
2) [singleBrowser:react:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/slider/default › should have a consistent markup Error: expect(string).toMatchSnapshot(expected) failed @@ -3,11 +3,11 @@ class="container mx-auto p-3" id="root" > <input aria-label="Value" - class="au-slider-clickable-area au-slider-content au-slider-horizontal au-slider-with-labels range w-full" + class="au-slider-clickable-area au-slider-content au-slider-horizontal au-slider-with-labels range touch-none w-full" max="100" min="0" step="1" type="range" value="20" Snapshot: daisyui/slider/default.html 43 | await preventTransitions(page); 44 | await samplesExtraAction[sampleKey]?.(page); > 45 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`); | ^ 46 | }); 47 | }); 48 | } at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:45:54
[singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/slider/default › should have a consistent markup: e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L45
1) [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/slider/default › should have a consistent markup Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) failed @@ -3,11 +3,11 @@ class="container mx-auto p-3" id="root" > <input aria-label="Value" - class="au-slider-clickable-area au-slider-content au-slider-horizontal au-slider-with-labels range w-full" + class="au-slider-clickable-area au-slider-content au-slider-horizontal au-slider-with-labels range touch-none w-full" max="100" min="0" step="1" type="range" value="20" Snapshot: daisyui/slider/default.html 43 | await preventTransitions(page); 44 | await samplesExtraAction[sampleKey]?.(page); > 45 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`); | ^ 46 | }); 47 | }); 48 | } at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:45:54
[singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/slider/default › should have a consistent markup: e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L45
1) [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/slider/default › should have a consistent markup Error: expect(string).toMatchSnapshot(expected) failed @@ -3,11 +3,11 @@ class="container mx-auto p-3" id="root" > <input aria-label="Value" - class="au-slider-clickable-area au-slider-content au-slider-horizontal au-slider-with-labels range w-full" + class="au-slider-clickable-area au-slider-content au-slider-horizontal au-slider-with-labels range touch-none w-full" max="100" min="0" step="1" type="range" value="20" Snapshot: daisyui/slider/default.html 43 | await preventTransitions(page); 44 | await samplesExtraAction[sampleKey]?.(page); > 45 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`); | ^ 46 | }); 47 | }); 48 | } at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:45:54
e2e-tests / Test (1/10)
The strategy configuration was canceled because "e2e-tests.e2e-tests._7" failed
e2e-tests / Test (1/10)
The operation was canceled.
e2e-tests / Test (6/10)
The strategy configuration was canceled because "e2e-tests.e2e-tests._7" failed
e2e-tests / Test (6/10)
The operation was canceled.
e2e-tests / Test (4/10)
The strategy configuration was canceled because "e2e-tests.e2e-tests._7" failed
e2e-tests / Test (4/10)
The operation was canceled.
e2e-tests / Test (8/10)
The strategy configuration was canceled because "e2e-tests.e2e-tests._7" failed
e2e-tests / Test (9/10)
The strategy configuration was canceled because "e2e-tests.e2e-tests._7" failed
e2e-tests / Test (8/10)
The operation was canceled.
e2e-tests / Test (9/10)
The operation was canceled.
e2e-tests / Test (3/10)
The strategy configuration was canceled because "e2e-tests.e2e-tests._7" failed
e2e-tests / Test (3/10)
The operation was canceled.
e2e-tests / Test (2/10)
The strategy configuration was canceled because "e2e-tests.e2e-tests._7" failed
e2e-tests / Test (2/10)
The operation was canceled.
e2e-tests / Test (10/10)
The strategy configuration was canceled because "e2e-tests.e2e-tests._7" failed
e2e-tests / Test (10/10)
The operation was canceled.
e2e-tests / Test (5/10)
The strategy configuration was canceled because "e2e-tests.e2e-tests._7" failed
e2e-tests / Test (5/10)
The operation was canceled.
🎭 Playwright Run Summary
2 failed [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/slider/default › should have a consistent markup [singleBrowser:react:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/slider/default › should have a consistent markup 5 flaky [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/modal/default › should have a consistent markup [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/drawer/sizes › should have a consistent markup [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/drawer/position › should have a consistent markup [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample bootstrap/drawer/basic › should have a consistent markup [singleBrowser:angular:chromium] › e2e/samplesMarkup.singlebrowser-e2e-spec.ts:37:7 › Samples markup consistency check › Sample daisyui/modal/default › should have a consistent markup 1 skipped 127 passed (2.3m)