chore: enable all lexical e2e tests

This commit is contained in:
Alessio Gravili
2024-03-27 11:54:12 -04:00
parent 6f3934f2e5
commit a7afb1f680

View File

@@ -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()