linter corrections #8987
Annotations
4 errors and 1 warning
Test:
lib/lambda/search.test.ts#L40
AssertionError: expected 12 to deeply equal 11
- Expected
+ Received
- 11
+ 12
❯ lambda/search.test.ts:40:5
|
Test:
react-app/src/features/forms/waiver/temporary-extension/temporary-extension.test.tsx#L979
Error: expect(element).not.toHaveClass("text-destructive")
Expected the element not to have class:
text-destructive
Received:
text-base leading-normal peer-disabled:cursor-not-allowed peer-disabled:opacity-70 text-destructive
❯ src/features/forms/waiver/temporary-extension/temporary-extension.test.tsx:979:58
|
Test:
react-app/src/features/forms/waiver/temporary-extension/temporary-extension.test.tsx#L992
Error: expect(element).toBeEnabled()
Received element is not enabled:
<button
class="inline-flex items-center justify-center rounded-md text-[16px] font-bold ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-primary text-slate-50 hover:bg-primary-dark h-10 py-2 px-12"
data-testid="submit-action-form"
disabled=""
type="submit"
/>
❯ src/features/forms/waiver/temporary-extension/temporary-extension.test.tsx:992:98
|
Test
Process completed with exit code 1.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "aws-resources-submit-lambda-test".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading