Skip to content

feat: tt 266 add rejection functions #620

feat: tt 266 add rejection functions

feat: tt 266 add rejection functions #620

Triggered via pull request October 23, 2024 08:05
Status Failure
Total duration 3m 18s
Artifacts

lint_and_unit_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint & Test: src/components/AssetManagementPanel/AssetManagementForm/FormVariants/ActionSelectionForm/ActionSelectionForm.test.tsx#L33
Type '{ setShowEndorsementChain: () => void; onSetFormAction: () => void; tokenRegistryAddress: string; beneficiary: string; holder: string; account: string; canSurrender: boolean; canHandleSurrender: boolean; ... 9 more ...; verificationStatus: VerificationFragment[]; }' is missing the following properties from type 'ActionSelectionFormProps': canRejectOwnerHolderTransfer, canRejectHolderTransfer, canRejectOwnerTransfer
Lint & Test: src/components/AssetManagementPanel/AssetManagementForm/FormVariants/ActionSelectionForm/ActionSelectionForm.test.tsx#L43
Type '{ setShowEndorsementChain: () => void; onSetFormAction: () => void; tokenRegistryAddress: string; beneficiary: string; holder: string; account: string; canSurrender: boolean; canHandleSurrender: boolean; ... 9 more ...; verificationStatus: VerificationFragment[]; }' is missing the following properties from type 'ActionSelectionFormProps': canRejectOwnerHolderTransfer, canRejectHolderTransfer, canRejectOwnerTransfer
Lint & Test: src/components/AssetManagementPanel/AssetManagementForm/FormVariants/ActionSelectionForm/ActionSelectionForm.test.tsx#L61
Type '{ account: string; onConnectToWallet: Mock<any, any>; setShowEndorsementChain: () => void; onSetFormAction: () => void; tokenRegistryAddress: string; beneficiary: string; holder: string; ... 10 more ...; verificationStatus: VerificationFragment[]; }' is missing the following properties from type 'ActionSelectionFormProps': canRejectOwnerHolderTransfer, canRejectHolderTransfer, canRejectOwnerTransfer
Lint & Test: src/components/AssetManagementPanel/AssetManagementForm/FormVariants/ActionSelectionForm/ActionSelectionForm.test.tsx#L71
Type '{ canChangeHolder: true; setShowEndorsementChain: () => void; onSetFormAction: () => void; tokenRegistryAddress: string; beneficiary: string; holder: string; account: string; canSurrender: boolean; ... 9 more ...; verificationStatus: VerificationFragment[]; }' is missing the following properties from type 'ActionSelectionFormProps': canRejectOwnerHolderTransfer, canRejectHolderTransfer, canRejectOwnerTransfer
Lint & Test: src/components/AssetManagementPanel/AssetManagementForm/FormVariants/ActionSelectionForm/ActionSelectionForm.test.tsx#L80
Type '{ canSurrender: true; setShowEndorsementChain: () => void; onSetFormAction: () => void; tokenRegistryAddress: string; beneficiary: string; holder: string; account: string; canHandleSurrender: boolean; ... 9 more ...; verificationStatus: VerificationFragment[]; }' is missing the following properties from type 'ActionSelectionFormProps': canRejectOwnerHolderTransfer, canRejectHolderTransfer, canRejectOwnerTransfer
Lint & Test: src/components/AssetManagementPanel/AssetManagementForm/FormVariants/ActionSelectionForm/ActionSelectionForm.test.tsx#L92
Type '{ canSurrender: false; setShowEndorsementChain: () => void; onSetFormAction: () => void; tokenRegistryAddress: string; beneficiary: string; holder: string; account: string; canHandleSurrender: boolean; ... 9 more ...; verificationStatus: VerificationFragment[]; }' is missing the following properties from type 'ActionSelectionFormProps': canRejectOwnerHolderTransfer, canRejectHolderTransfer, canRejectOwnerTransfer
Lint & Test: src/components/AssetManagementPanel/AssetManagementForm/FormVariants/ActionSelectionForm/ActionSelectionForm.test.tsx#L100
Type '{ isSurrendered: true; setShowEndorsementChain: () => void; onSetFormAction: () => void; tokenRegistryAddress: string; beneficiary: string; holder: string; account: string; canSurrender: boolean; ... 9 more ...; verificationStatus: VerificationFragment[]; }' is missing the following properties from type 'ActionSelectionFormProps': canRejectOwnerHolderTransfer, canRejectHolderTransfer, canRejectOwnerTransfer
Lint & Test: src/components/AssetManagementPanel/AssetManagementForm/FormVariants/ActionSelectionForm/ActionSelectionForm.test.tsx#L108
Type '{ isTokenBurnt: true; setShowEndorsementChain: () => void; onSetFormAction: () => void; tokenRegistryAddress: string; beneficiary: string; holder: string; account: string; canSurrender: boolean; ... 9 more ...; verificationStatus: VerificationFragment[]; }' is missing the following properties from type 'ActionSelectionFormProps': canRejectOwnerHolderTransfer, canRejectHolderTransfer, canRejectOwnerTransfer
Lint & Test: src/components/AssetManagementPanel/AssetManagementForm/FormVariants/ActionSelectionForm/ActionSelectionForm.test.tsx#L119
Type '{ onSetFormAction: Mock<any, any>; canChangeHolder: true; setShowEndorsementChain: () => void; tokenRegistryAddress: string; beneficiary: string; holder: string; account: string; canSurrender: boolean; ... 9 more ...; verificationStatus: VerificationFragment[]; }' is missing the following properties from type 'ActionSelectionFormProps': canRejectOwnerHolderTransfer, canRejectHolderTransfer, canRejectOwnerTransfer
Lint & Test: src/components/AssetManagementPanel/AssetManagementForm/FormVariants/ActionSelectionForm/ActionSelectionForm.test.tsx#L139
Type '{ onSetFormAction: Mock<any, any>; canEndorseBeneficiary: true; setShowEndorsementChain: () => void; tokenRegistryAddress: string; beneficiary: string; holder: string; account: string; ... 10 more ...; verificationStatus: VerificationFragment[]; }' is missing the following properties from type 'ActionSelectionFormProps': canRejectOwnerHolderTransfer, canRejectHolderTransfer, canRejectOwnerTransfer
Lint & Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/