mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
restore-instance test: try to fix timeout problem
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
cc0ff39357
commit
9f5710917d
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ test('Restore instance', async ({ page: setupPage }) => {
|
|||
await containersPage.getByRole('button', { name: 'Check backup integrity' }).click();
|
||||
await expect(containersPage.getByRole('main')).toContainText('Last check successful!', { timeout: 5 * 60 * 1000 });
|
||||
await containersPage.getByRole('button', { name: 'Restore selected backup' }).click();
|
||||
await expect(containersPage.getByRole('main')).toContainText('Backup container is currently running:');
|
||||
await expect(containersPage.getByRole('main')).toContainText('Backup container is currently running:', { timeout: 1 * 60 * 1000 });
|
||||
|
||||
// Verify a successful backup restore
|
||||
await expect(containersPage.getByRole('main')).toContainText('Last restore successful!', { timeout: 3 * 60 * 1000 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue