mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
restore-instance: make hint more visible that backup needs to be restored two times if the backup contained any community container data
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
362cad79db
commit
b538bc7155
2 changed files with 6 additions and 2 deletions
|
|
@ -59,6 +59,10 @@ test('Restore instance', async ({ page: setupPage }) => {
|
|||
// Check integrity and restore backup
|
||||
await containersPage.getByRole('button', { name: 'Check backup integrity' }).click();
|
||||
await expect(containersPage.getByRole('main')).toContainText('Last check successful!', { timeout: 5 * 60 * 1000 });
|
||||
containersPage.once('dialog', dialog => {
|
||||
console.log(`Dialog message: ${dialog.message()}`)
|
||||
dialog.accept()
|
||||
});
|
||||
await containersPage.getByRole('button', { name: 'Restore selected backup' }).click();
|
||||
await expect(containersPage.getByRole('main')).toContainText('Backup container is currently running:', { timeout: 1 * 60 * 1000 });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue