chore: fixes outdated json field test

This commit is contained in:
Jarrod Flesch
2023-03-06 17:06:37 -05:00
parent ace032ef89
commit c447421b05
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ describe('fields', () => {
const json = page.locator('.json-field .inputarea');
await json.fill(input);
await saveDocAndAssert(page);
await saveDocAndAssert(page, '.form-submit button');
await expect(page.locator('.json-field')).toContainText('"foo": "bar"');
});
});