diff --git a/test/fields/e2e.spec.ts b/test/fields/e2e.spec.ts index e05a1efa1d..a378c04588 100644 --- a/test/fields/e2e.spec.ts +++ b/test/fields/e2e.spec.ts @@ -134,7 +134,7 @@ describe('fields', () => { await page.locator('.tabs-field__tab-button:has-text("Tab with Array")').click(); await page.click('#action-save', { delay: 100 }); - await wait(100); + await wait(250); // Go back to row tab, make sure the new value is still present await page.locator('.tabs-field__tab-button:has-text("Tab with Row")').click();