web: make backup tests more reliable

This commit is contained in:
Abdullah Atta
2026-05-30 11:10:47 +05:00
parent 4f8c9eb76c
commit d64d2e44d9

View File

@@ -132,7 +132,6 @@ export class SettingsViewModel {
.locator("select");
await backupData.selectOption({ value: "partial", label: "Backup" });
if (password) await fillPasswordDialog(this.page, password);
await waitForDialog(this.page, "Creating a backup");
};
if (IS_DESKTOP_TESTS) {