chore: update failing tests

This commit is contained in:
Mythie
2024-07-22 20:52:17 +10:00
parent 414b1b7287
commit ae5ae111a6
4 changed files with 11 additions and 2 deletions

View File

@ -265,6 +265,8 @@ test('[DOCUMENTS]: deleting documents as a recipient should only hide it for the
await page.getByRole('menuitem', { name: 'Hide' }).click();
await page.getByRole('button', { name: 'Hide' }).click();
await page.waitForTimeout(1000);
// Open document action menu.
await page
.locator('tr', { hasText: 'Document 1 - Pending' })