feat: add link to Twitter AgnosUI account #37
Annotations
1 error and 1 notice
e2e/samplesMarkup.e2e-spec.ts#L15
1) [react:webkit] › samplesMarkup.e2e-spec.ts:11: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>
<button
aria-label="Close"
class="btn-close ms-auto"
type="button"
/>
</div>
<div
class="alert alert-secondary au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple secondary alert"
</div>
<button
aria-label="Close"
class="btn-close ms-auto"
type="button"
/>
</div>
<div
class="alert alert-success au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple success alert"
</div>
<button
aria-label="Close"
class="btn-close ms-auto"
type="button"
/>
</div>
<div
class="alert alert-danger au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple danger alert"
</div>
<button
aria-label="Close"
class="btn-close ms-auto"
type="button"
/>
</div>
<div
class="alert alert-warning au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple warning alert"
</div>
<button
aria-label="Close"
class="btn-close ms-auto"
type="button"
/>
</div>
<div
class="alert alert-info au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple info alert"
</div>
<button
aria-label="Close"
class="btn-close ms-auto"
type="button"
/>
</div>
<div
class="alert alert-light au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple light alert"
</div>
<button
aria-label="Close"
class="btn-close ms-auto"
type="button"
/>
</div>
<div
class="alert alert-dark au-alert d-flex show w-100"
role="alert"
>
<div
class="alert-body"
>
"Simple dark alert"
</div>
<button
aria-label="Close"
class="btn-close ms-auto"
type="button"
/>
</div>
</div>
</div>
</body>
Expected: /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-expected.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
13 | await page.goto(`#/${route}`);
14 | await page.waitForSelector('.fade', {state: 'detached'}); // wait for fade transitions to be finished
> 15 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${route}.html`);
| ^
16 | });
17 | }
18 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.e2e-spec.ts:15:53
|
|
The logs for this run have expired and are no longer available.
Loading