From d07158f5d3fec4a67b86fb5842a543f364f81a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Obermu=CC=88ller?= Date: Fri, 22 Dec 2023 13:04:23 +0100 Subject: [PATCH] update selector --- playwright/pages/storybook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/pages/storybook.ts b/playwright/pages/storybook.ts index 8c48f314d29c6..fe2369902be9b 100644 --- a/playwright/pages/storybook.ts +++ b/playwright/pages/storybook.ts @@ -24,7 +24,7 @@ export class StorybookStoryPage { constructor(page: Page) { this.page = page - this.mainAppContent = page.locator('main') + this.mainAppContent = page.locator('.main-app-content') this.storyRoot = page.locator('#storybook-root') }