web: wait for reminder dialog to close before proceeding in tests

This commit is contained in:
Abdullah Atta
2025-07-18 15:06:59 +05:00
parent 3bc7fc84f9
commit 85a2d25c1b

View File

@@ -91,6 +91,7 @@ export async function fillReminderDialog(
}
await confirmDialog(dialog);
await dialog.waitFor({ state: "hidden" });
}
export async function fillItemDialog(page: Page, item: Item) {