perf(e2e): ⚡️ Migrate to Playwright
This commit is contained in:
7
apps/builder/playwright/services/selectorUtils.ts
Normal file
7
apps/builder/playwright/services/selectorUtils.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { Page } from '@playwright/test'
|
||||
|
||||
export const deleteButtonInConfirmDialog = (page: Page) =>
|
||||
page.locator('section[role="alertdialog"] button:has-text("Delete")')
|
||||
|
||||
export const typebotViewer = (page: Page) =>
|
||||
page.frameLocator('#typebot-iframe')
|
Reference in New Issue
Block a user