Export/import attachments in integration tests

This commit is contained in:
Fedor Indutny
2024-10-11 12:14:28 -07:00
committed by GitHub
parent d42df4b201
commit 9ff6c75eb9
21 changed files with 292 additions and 116 deletions

View File

@@ -12,6 +12,11 @@ export enum InstallScreenStep {
BackupImport = 'BackupImport',
}
export enum InstallScreenBackupStep {
Download = 'Download',
Process = 'Process',
}
export enum InstallScreenError {
TooManyDevices = 'TooManyDevices',
TooOld = 'TooOld',