mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
initial-setup-test: adjust timeouts
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
13a5116ed6
commit
f2ff7451b4
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ test('Initial setup', async ({ page: setupPage }) => {
|
||||||
|
|
||||||
// Start containers and wait for starting message
|
// Start containers and wait for starting message
|
||||||
await containersPage.getByRole('button', { name: 'Download and start containers' }).click();
|
await containersPage.getByRole('button', { name: 'Download and start containers' }).click();
|
||||||
await expect(containersPage.getByRole('main')).toContainText('Containers are currently starting.', { timeout: 3 * 60 * 1000 });
|
await expect(containersPage.getByRole('main')).toContainText('Containers are currently starting.', { timeout: 5 * 60 * 1000 });
|
||||||
await expect(containersPage.getByRole('link', { name: 'Open your Nextcloud ↗' })).toBeVisible({ timeout: 2 * 60 * 1000 });
|
await expect(containersPage.getByRole('link', { name: 'Open your Nextcloud ↗' })).toBeVisible({ timeout: 3 * 60 * 1000 });
|
||||||
await expect(containersPage.getByRole('link', { name: 'Open your Nextcloud ↗' })).toHaveAttribute('href', 'https://example.com');
|
await expect(containersPage.getByRole('link', { name: 'Open your Nextcloud ↗' })).toHaveAttribute('href', 'https://example.com');
|
||||||
|
|
||||||
// Extract initial nextcloud password
|
// Extract initial nextcloud password
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue