mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
increase timeout for backup restore
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
14740161b8
commit
b47e894681
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ test('Restore instance', async ({ page: setupPage }) => {
|
||||||
dialog.accept()
|
dialog.accept()
|
||||||
});
|
});
|
||||||
await containersPage.getByRole('button', { name: 'Start and update containers' }).click();
|
await containersPage.getByRole('button', { name: 'Start and update containers' }).click();
|
||||||
await expect(containersPage.getByRole('link', { name: 'Open your Nextcloud ↗' })).toBeVisible({ timeout: 5 * 60 * 1000 });
|
await expect(containersPage.getByRole('link', { name: 'Open your Nextcloud ↗' })).toBeVisible({ timeout: 8 * 60 * 1000 });
|
||||||
await expect(containersPage.getByRole('main')).toContainText(initialNextcloudPassword);
|
await expect(containersPage.getByRole('main')).toContainText(initialNextcloudPassword);
|
||||||
|
|
||||||
// Verify that containers are all stopped
|
// Verify that containers are all stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue