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',