diff --git a/ui/src/ui/chat/chat-responsive.browser.test.ts b/ui/src/ui/chat/chat-responsive.browser.test.ts index 6afe363448b..88c96f7ee7f 100644 --- a/ui/src/ui/chat/chat-responsive.browser.test.ts +++ b/ui/src/ui/chat/chat-responsive.browser.test.ts @@ -13,6 +13,7 @@ const VIEWPORTS = [ [1440, 900], ] as const; const TOUCH_TARGET_MIN_PX = 43.5; +const describeBrowserLayout = existsSync(chromium.executablePath()) ? describe : describe.skip; let browser: Browser; @@ -228,7 +229,7 @@ afterAll(async () => { await browser.close(); }); -describe("chat responsive browser layout", () => { +describeBrowserLayout("chat responsive browser layout", () => { it.each([ [1120, 740], [1366, 900],