mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
restore-instance: fix domain check?
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
4758f2d341
commit
27eac87064
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ test('Restore instance', async ({ page: setupPage }) => {
|
||||||
await containersPage.locator('#domain').click();
|
await containersPage.locator('#domain').click();
|
||||||
await containersPage.locator('#domain').fill('example.com');
|
await containersPage.locator('#domain').fill('example.com');
|
||||||
await containersPage.getByRole('button', { name: 'Submit domain' }).click();
|
await containersPage.getByRole('button', { name: 'Submit domain' }).click();
|
||||||
await expect(containersPage.locator('body')).toContainText('Domain does not point to this server or the reverse proxy is not configured correctly.');
|
await expect(containersPage.locator('body')).toContainText('Domain does not point to this server or the reverse proxy is not configured correctly.', { timeout: 15 * 1000 });
|
||||||
|
|
||||||
// Reject invalid backup location
|
// Reject invalid backup location
|
||||||
await containersPage.locator('#borg_restore_host_location').click();
|
await containersPage.locator('#borg_restore_host_location').click();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue