mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-09 20:09:36 +02:00
web: make backup tests more reliable
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user