51 Searchbar #77
Triggered via pull request
September 24, 2024 12:10
Status
Failure
Total duration
1m 29s
Artifacts
–
ci.yml
on: pull_request
Build
51s
Test
1m 19s
Scan
30s
Validate CloudFormation Template
4s
Annotations
2 errors
src/common/components/Input/__tests__/CheckboxInput.test.tsx > CheckboxInput > should change array value:
src/common/components/Input/__tests__/CheckboxInput.test.tsx#L110
Error: expect(element).toHaveAttribute("checked", "true") // element.getAttribute("checked") === "true"
Expected the element to have attribute:
checked="true"
Received:
checked="false"
❯ src/common/components/Input/__tests__/CheckboxInput.test.tsx:110:39
|
Test
Process completed with exit code 1.
|