From afc0299755581533c10437a2f3a1551a4cbd7a5d Mon Sep 17 00:00:00 2001 From: Davide Negretti Date: Tue, 5 Dec 2023 13:55:47 +0100 Subject: [PATCH] [DURACOM-195] hws test --- src/app/shared/testing/host-window-service.stub.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/shared/testing/host-window-service.stub.ts b/src/app/shared/testing/host-window-service.stub.ts index ecb8c26acbb..b64d6fbffcb 100644 --- a/src/app/shared/testing/host-window-service.stub.ts +++ b/src/app/shared/testing/host-window-service.stub.ts @@ -20,4 +20,8 @@ export class HostWindowServiceStub { isXsOrSm(): Observable { return this.isXs(); } + + isMobile(): Observable { + return this.isXs(); + } }