From aa08b69650ccd38a796e18ed99b567c49e5d9952 Mon Sep 17 00:00:00 2001 From: kurilova Date: Tue, 19 Nov 2024 11:36:53 +0000 Subject: [PATCH] Fix floating test issue --- modules/ui/src/app/app.store.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ui/src/app/app.store.spec.ts b/modules/ui/src/app/app.store.spec.ts index 63f1a4c4a..300a250fd 100644 --- a/modules/ui/src/app/app.store.spec.ts +++ b/modules/ui/src/app/app.store.spec.ts @@ -87,6 +87,8 @@ describe('AppStore', () => { let mockMqttService: SpyObj; beforeEach(() => { + window.sessionStorage.clear(); + mockService = jasmine.createSpyObj('mockService', [ 'fetchDevices', 'getTestModules',