chore: adds more delay to flaky test

This commit is contained in:
James
2022-09-29 17:17:14 -04:00
parent 3e03b2b5df
commit 90d504526c

View File

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