chore: update tests

This commit is contained in:
Mythie
2025-03-28 01:21:48 +11:00
parent ac3deb113e
commit 73f8518b47
2 changed files with 4 additions and 1 deletions

View File

@ -150,7 +150,7 @@ test('[TEAMS]: check signature modes work for templates', async ({ page }) => {
// Wait for finish
await page.getByText('Document preferences updated').waitFor({ state: 'visible' });
await page.getByTestId('toast-close').click();
await page.waitForTimeout(1000);
const template = await seedTeamTemplateWithMeta(team);