chore: ensures new listSearchableFields works with complex queries

This commit is contained in:
James
2022-09-12 19:40:01 -07:00
parent a1083727ef
commit 4e165cf52e
4 changed files with 48 additions and 34 deletions

View File

@@ -107,6 +107,8 @@ describe('fields', () => {
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();
await wait(100);
await expect(page.locator('#field-textInRow')).toHaveValue(textInRowValue);
await expect(page.locator('#field-numberInRow')).toHaveValue(numberInRowValue);
});