diff --git a/src/components/Action/ActionBegin/__snapshots__/ActionBegin.spec.tsx.snap b/src/components/Action/ActionBegin/__snapshots__/ActionBegin.spec.tsx.snap index 46277c2bde3f99308a08a790b13ad643fe802199..8bf9c264ef663084bce0d1a421a4ecc092f8ae3b 100644 --- a/src/components/Action/ActionBegin/__snapshots__/ActionBegin.spec.tsx.snap +++ b/src/components/Action/ActionBegin/__snapshots__/ActionBegin.spec.tsx.snap @@ -21,7 +21,7 @@ exports[`ActionBegin component should render correctly 1`] = ` width="100" > <use - xlink:href="#" + xlink:href="#test-file-stub" /> </svg> </div> diff --git a/src/store/global/global.slice.spec.ts b/src/store/global/global.slice.spec.ts index 494fe6fc6ab85a041c27694269deca550f0978a7..3df92c909f3204595518c0ae66e6a7d913b0e440 100644 --- a/src/store/global/global.slice.spec.ts +++ b/src/store/global/global.slice.spec.ts @@ -284,7 +284,7 @@ describe('globalSlice', () => { firstDataDate: null, lastDataDate: null, maintenance: false, - status: 0, + status: FluidState.KONNECTOR_NOT_FOUND, connection: { shouldLaunchKonnector: true, isUpdating: true,