fix: bad modals on safari #4809
Annotations
2 errors and 1 warning
tests/unit/elements/inputText.test.ts > shows text input - autofocus:
tests/unit/elements/inputText.test.ts#L30
Error: expect(element).toHaveFocus()
Expected element with focus:
<input
autocomplete="off"
class="input-text"
id="input"
name="input"
placeholder=""
type="text"
/>
Received element with focus:
<body>
<div>
<li
class="form-item "
style=""
>
<label
class="label"
for="input"
>
input·········
</label>·······························
<div
class="input-text-wrapper"
>
<input
autocomplete="off"
class="input-text"
id="input"
name="input"
placeholder=""
type="text"
/>····················
</div>···············
</li>··········
</div>
</body>
❯ tests/unit/elements/inputText.test.ts:30:37
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|