Skip to content

[FEQ]Yaswanth/FEQ-1786-Added_Dialog_component #313

[FEQ]Yaswanth/FEQ-1786-Added_Dialog_component

[FEQ]Yaswanth/FEQ-1786-Added_Dialog_component #313

Triggered via pull request March 8, 2024 10:18
Status Failure
Total duration 37s
Artifacts

test_workflow.yml

on: pull_request
Build and test
29s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Build and test: lib/components/Dialog/__test__/Dialog.spec.tsx#L9
Type '{ isOpen: boolean; header: string; body: Element; primaryButton: Element; }' is not assignable to type 'IntrinsicAttributes & TDialogProps'.
Build and test: lib/components/Dialog/__test__/Dialog.spec.tsx#L24
Type '{ isOpen: boolean; body: Element; primaryButton: Element; }' is not assignable to type 'IntrinsicAttributes & TDialogProps'.
Build and test: lib/components/Dialog/__test__/Dialog.spec.tsx#L40
Type '{ isOpen: boolean; header: string; body: Element; primaryButton: Element; }' is not assignable to type 'IntrinsicAttributes & TDialogProps'.
Build and test: lib/components/Dialog/__test__/Dialog.spec.tsx#L55
Type '{ isOpen: boolean; header: string; body: Element; primaryButton: Element; secondaryButton: Element; }' is not assignable to type 'IntrinsicAttributes & TDialogProps'.
Build and test
Process completed with exit code 2.