chore: addresses more flaky tests

This commit is contained in:
James
2022-09-29 17:52:51 -04:00
parent 90d504526c
commit 2400c58219

View File

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