From 90d504526cd132000b84afbdb0c0ace3e4ec4830 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 29 Sep 2022 17:17:14 -0400 Subject: [PATCH] chore: adds more delay to flaky test --- test/fields/e2e.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();