chore(richtext-lexical): add failing e2e test which ensures sub-richtext blocks work as intended

This commit is contained in:
Alessio Gravili
2024-04-14 02:18:16 -04:00
parent 2722d2f5ce
commit 3f2df643e7
4 changed files with 227 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ export async function openNav(page: Page): Promise<void> {
export async function openDocDrawer(page: Page, selector: string): Promise<void> {
await wait(300) // wait for parent form state to initialize
await page.locator(selector).click({ delay: 100 })
await wait(500) // wait for drawer form state to initializ
await wait(500) // wait for drawer form state to initialize
}
export async function closeNav(page: Page): Promise<void> {