From a7afb1f680830eb79f3083b39b7602060634cab5 Mon Sep 17 00:00:00 2001 From: Alessio Gravili Date: Wed, 27 Mar 2024 11:54:12 -0400 Subject: [PATCH] chore: enable all lexical e2e tests --- test/fields/lexical.e2e.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fields/lexical.e2e.spec.ts b/test/fields/lexical.e2e.spec.ts index 18d1d4fab..7ab19e703 100644 --- a/test/fields/lexical.e2e.spec.ts +++ b/test/fields/lexical.e2e.spec.ts @@ -718,7 +718,7 @@ describe('lexical', () => { await expect(nestedEditorParagraph).toHaveText('Some text below relationship node 12345') }) - test.skip('should respect row removal in nested array field', async () => { + test('should respect row removal in nested array field', async () => { await navigateToLexicalFields() const richTextField = page.locator('.rich-text-lexical').nth(1) // second await richTextField.scrollIntoViewIfNeeded()