refactor: callWidgetFactory now accepts events (#187) #154
ci.yml
on: push
Matrix: e2e-tests / e2e-tests
build
/
build
6m 24s
Annotations
1 error and 10 notices
[react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › focustrack/focustrack should have a consistent markup:
e2e/samplesMarkup.e2e-spec.ts#L37
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
35 | await routesExtraAction[route]?.(page);
36 | await page.waitForSelector('.fade', {state: 'detached'}); // wait for fade transitions to be finished
> 37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${route}.html`);
| ^
38 | });
39 | }
40 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.e2e-spec.ts:37:53
|
🎭 Playwright Run Summary
52 passed (1.3m)
|
🎭 Playwright Run Summary
50 passed (1.3m)
|
🎭 Playwright Run Summary
51 passed (59.1s)
|
🎭 Playwright Run Summary
1 skipped
50 passed (1.5m)
|
🎭 Playwright Run Summary
1 skipped
51 passed (1.2m)
|
🎭 Playwright Run Summary
51 passed (1.0m)
|
🎭 Playwright Run Summary
1 skipped
50 passed (1.4m)
|
🎭 Playwright Run Summary
1 flaky
[react:webkit] › samplesMarkup.e2e-spec.ts:27:7 › Samples markup consistency check › focustrack/focustrack should have a consistent markup
50 passed (1.4m)
|
🎭 Playwright Run Summary
52 passed (1.4m)
|
🎭 Playwright Run Summary
51 passed (1.6m)
|