Merge branch 'master' into fix/read-only

This commit is contained in:
Jarrod Flesch
2022-09-30 10:47:34 -04:00
7 changed files with 30 additions and 18 deletions

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