chore(richtext-lexical): add failing e2e test which ensures sub-richtext blocks work as intended
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user