Backup support for link preview and contact attachments
This commit is contained in:
parent
4aa898f495
commit
534029d2e6
7 changed files with 357 additions and 54 deletions
|
@ -152,6 +152,9 @@ describe('backups', function (this: Mocha.Suite) {
|
|||
);
|
||||
}
|
||||
|
||||
const backupPath = bootstrap.getBackupPath('backup.bin');
|
||||
await app.exportBackupToDisk(backupPath);
|
||||
|
||||
const comparator = await bootstrap.createScreenshotComparator(
|
||||
app,
|
||||
async (window, snapshot) => {
|
||||
|
@ -185,8 +188,6 @@ describe('backups', function (this: Mocha.Suite) {
|
|||
this.test
|
||||
);
|
||||
|
||||
const backupPath = bootstrap.getBackupPath('backup.bin');
|
||||
await app.exportBackupToDisk(backupPath);
|
||||
await app.close();
|
||||
|
||||
// Restart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue