chore(deps): update dependency happy-dom to v15 [security] #1786
actions.yml
on: pull_request
dotrun
1m 51s
Matrix: Build
Matrix: Lint JavaScript/TypeScript
Matrix: Check Prettier
Matrix: Check renovate
Matrix: Lint SCSS
Matrix: Test
Matrix: Check types
Annotations
4 errors
Check renovate (18.x)
Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
|
src/components/WebCLI/WebCLI.test.tsx > WebCLI > renders correctly:
src/components/WebCLI/WebCLI.test.tsx#L53
Error: Snapshot `WebCLI > renders correctly 1` mismatched
- Expected
+ Received
@@ -41,22 +41,22 @@
<div
class="webcli__input-prompt"
>
$ juju
</div>
- <form>
- <input
+ bound HTMLFormElement {
+ "0": <input
autocapitalize="none"
autocomplete="off"
autocorrect="off"
class="webcli__input-input"
name="command"
placeholder="enter command"
spellcheck="false"
type="text"
- />
- </form>
+ />,
+ }
<div
class="webcli__input-help"
>
<i
class="p-icon--help is-light"
❯ src/components/WebCLI/WebCLI.test.tsx:53:47
|
src/components/RadioInputBox/OptionInputs/OptionInputs.test.tsx > OptionInputs > renders the supplied list of options:
src/components/RadioInputBox/OptionInputs/OptionInputs.test.tsx#L35
Error: Snapshot `OptionInputs > renders the supplied list of options 1` mismatched
- Expected
+ Received
<div>
- <form>
- <div
- class="radio-input-box__input-group"
- >
- <label
- class="radio-input-box__label is-required"
- for="MyAction-fruit"
- >
- fruit
- </label>
- <input
- class="radio-input-box__input"
- id="MyAction-fruit"
- name="MyAction-fruit"
- type="text"
- value=""
- />
- <span>
- yum
- </span>
- </div>
- <div
- class="radio-input-box__input-group"
- >
- <label
- class="radio-input-box__label"
- for="MyAction-veg"
- >
- veg
- </label>
- <input
- class="radio-input-box__input"
- id="MyAction-veg"
- name="MyAction-veg"
- type="text"
- value=""
- />
- <span>
- ehhh
- </span>
- </div>
- </form>
+ bound HTMLFormElement {
+ "0": <input
+ class="radio-input-box__input"
+ id="MyAction-fruit"
+ name="MyAction-fruit"
+ type="text"
+ value=""
+ />,
+ "1": <input
+ class="radio-input-box__input"
+ id="MyAction-veg"
+ name="MyAction-veg"
+ type="text"
+ value=""
+ />,
+ }
</div>
❯ src/components/RadioInputBox/OptionInputs/OptionInputs.test.tsx:35:23
|
Test (18.x)
Process completed with exit code 1.
|