chore: fixes tests

This commit is contained in:
James
2022-10-06 15:23:49 -04:00
parent b894b809bf
commit 5bf1354741

View File

@@ -140,7 +140,7 @@ describe('fields - relationship', () => {
await expect(field).toContainText(anotherRelationOneDoc.id);
// No options left
await field.click({ delay: 100 });
await field.locator('.rs__input').click({ delay: 100 });
await expect(page.locator('.rs__menu')).toHaveText('No options');
await saveDocAndAssert(page);