From 2400c582199b8cd9e7f8375a46d1d1d439273c13 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 29 Sep 2022 17:52:51 -0400 Subject: [PATCH] chore: addresses more flaky tests --- 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 a378c0458..a35919090 100644 --- a/test/fields/e2e.spec.ts +++ b/test/fields/e2e.spec.ts @@ -102,7 +102,7 @@ describe('fields', () => { await page.locator('#field-textInRow').fill(textInRowValue); await page.locator('#field-numberInRow').fill(numberInRowValue); - await wait(100); + await wait(300); await page.locator('.tabs-field__tab-button:has-text("Tab with Array")').click(); await page.locator('.tabs-field__tab-button:has-text("Tab with Row")').click();