Skip to content

Expand info on matching dataset cards Fixes #377 #1061

Expand info on matching dataset cards Fixes #377

Expand info on matching dataset cards Fixes #377 #1061

Re-run triggered December 27, 2024 18:17
Status Failure
Total duration 43s
Artifacts

e2e-test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
e2e-test: cypress/component/ResultCard.cy.tsx#L27
Type '{ nodeName: string; datasetUUID: string; datasetName: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: { 'https://github.com/nipoppy/pipeline-catalog/tree/main/processing/fmriprep': string[]; }; checked: boolean; onCheckboxChange: () => vo...' is missing the following properties from type '{ nodeName: string; datasetName: string; datasetUUID: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: { [key: string]: string[]; }; checked: boolean; onCheckboxChange: (id: string) => void; isDataLad: boolean; isAggregate: boolean; }': isDataLad, isAggregate
e2e-test: cypress/component/ResultCard.cy.tsx#L62
Type '{ nodeName: string; datasetUUID: string; datasetName: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: { 'https://github.com/nipoppy/pipeline-catalog/tree/main/processing/fmriprep': string[]; }; checked: false; onCheckboxChange: Omit<...> ...' is missing the following properties from type '{ nodeName: string; datasetName: string; datasetUUID: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: { [key: string]: string[]; }; checked: boolean; onCheckboxChange: (id: string) => void; isDataLad: boolean; isAggregate: boolean; }': isDataLad, isAggregate
e2e-test: cypress/component/ResultCard.cy.tsx#L80
Type '{ nodeName: string; datasetUUID: string; datasetName: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: {}; checked: false; onCheckboxChange: () => void; }' is missing the following properties from type '{ nodeName: string; datasetName: string; datasetUUID: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: { [key: string]: string[]; }; checked: boolean; onCheckboxChange: (id: string) => void; isDataLad: boolean; isAggregate: boolean; }': isDataLad, isAggregate
e2e-test: src/components/ResultContainer.tsx#L329
Property 'is_data_lad' does not exist on type 'Result'.
e2e-test: src/components/ResultContainer.tsx#L330
Property 'is_aggregate' does not exist on type 'Result'.
e2e-test
Process completed with exit code 2.
e2e-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636