chore: skip last lexical e2e test for now

This commit is contained in:
Alessio Gravili
2024-03-25 16:56:44 -04:00
parent 3d1589404c
commit 74de066529

View File

@@ -711,7 +711,7 @@ describe('lexical', () => {
await expect(nestedEditorParagraph).toHaveText('Some text below relationship node 12345') await expect(nestedEditorParagraph).toHaveText('Some text below relationship node 12345')
}) })
test('should respect row removal in nested array field', async () => { test.skip('should respect row removal in nested array field', async () => {
await navigateToLexicalFields() await navigateToLexicalFields()
const richTextField = page.locator('.rich-text-lexical').nth(1) // second const richTextField = page.locator('.rich-text-lexical').nth(1) // second
await richTextField.scrollIntoViewIfNeeded() await richTextField.scrollIntoViewIfNeeded()