Skip to content

Commit

Permalink
update selector
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Dec 22, 2023
1 parent e72ae02 commit d07158f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/pages/storybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

Expand Down

0 comments on commit d07158f

Please sign in to comment.