fix(alert): Add alert-dismissible class #193
Annotations
2 errors and 1 notice
Run npm run e2e -- --shard=7/10:
e2e/samplesMarkup.e2e-spec.ts#L41
1) [react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › focustrack/focustrack should have a consistent markup
Error: Snapshot comparison failed:
<body>
<div
id="root"
>
<div
class="container p-3"
>
<div
class="demo-focustrack"
>
<div
class="border my-2 p-2"
>
<h5>
"Container"
</h5>
<input
class="form-control"
id="focusableInput"
placeholder="Focusable input"
type="text"
value=""
/>
<br />
<input
class="form-control"
id="otherFocusableInput"
placeholder="Other focusable input"
type="text"
value=""
/>
</div>
<input
class="form-control"
disabled=""
id="disabledInput"
placeholder="Disabled input"
type="text"
value=""
/>
<br />
<div
class="form-check mb-2"
>
<input
checked="false"
class="form-check-input"
disabled=""
id="containerHasFocus"
type="checkbox"
/>
<label
class="form-check-label"
for="containerHasFocus"
>
"Focus in container"
</label>
</div>
<label
class="form-label"
for="activeElement"
>
"Active element history:"
</label>
<textarea
class="form-control mb-2"
id="activeElementHistory"
readonly=""
>
"[{\"tagName\":\"body\"}]"
</textarea>
<button
class="btn btn-primary"
>
"Clear"
</button>
</div>
</div>
</div>
</body>
Expected: /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.e2e-spec.ts-snapshots/focustrack-focustrack.html
Received: /home/runner/work/AgnosUI/AgnosUI/test-results/samplesMarkup.e2e-spec.ts-Samples-markup-consi-0f4be-rack-focustrack-should-have-a-consistent-markup-react-webkit/focustrack-focustrack-actual.html
39 | await routesExtraAction[route]?.(page);
40 | await page.waitForSelector('.fade', {state: 'detached'}); // wait for fade transitions to be finished
> 41 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${route}.html`);
| ^
42 | });
43 | }
44 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.e2e-spec.ts:41:53
|
Run npm run e2e -- --shard=7/10:
e2e/slider/slider.e2e-spec.ts#L106
2) [react:webkit] › slider/slider.e2e-spec.ts:86:3 › Slider tests › Basic slider › should snap the handle on mouse drag event
Error: expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Object {
- "ariaLabel": "88",
+ "ariaLabel": "70",
"disabled": null,
"max": "100",
"min": "0",
"readonly": null,
- "style": "left: 88%;",
- "text": "88",
- "value": "88",
+ "style": "left: 70%;",
+ "text": "70",
+ "value": "70",
}
104 | });
105 |
> 106 | expect((await sliderPO.sliderHandleState())[0]).toEqual(expectedState);
| ^
107 | });
108 |
109 | test(`should move handle on key strokes`, async ({page}) => {
at /home/runner/work/AgnosUI/AgnosUI/e2e/slider/slider.e2e-spec.ts:106:52
|
Run npm run e2e -- --shard=7/10
2 flaky
[react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › focustrack/focustrack should have a consistent markup
[react:webkit] › slider/slider.e2e-spec.ts:86:3 › Slider tests › Basic slider › should snap the handle on mouse drag event
69 passed (45.9s)
|
The logs for this run have expired and are no longer available.
Loading