mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-30 15:30:08 +00:00
wip
This commit is contained in:
@@ -18,6 +18,7 @@ test('Initial setup', async ({ page: setupPage }) => {
|
||||
await containersPage.waitForURL('./containers');
|
||||
|
||||
// Reject IP addresses
|
||||
await expect(containersPage.locator('#domain')).toBeVisible({ timeout: 1 * 60 * 1000 });
|
||||
await containersPage.locator('#domain').click();
|
||||
await containersPage.locator('#domain').fill('1.1.1.1');
|
||||
await containersPage.getByRole('button', { name: 'Submit domain' }).click();
|
||||
|
||||
@@ -25,6 +25,7 @@ test('Restore instance', async ({ page: setupPage }) => {
|
||||
await containersPage.waitForURL('./containers');
|
||||
|
||||
// Reject example.com (requires enabled domain validation)
|
||||
await expect(containersPage.locator('#domain')).toBeVisible({ timeout: 1 * 60 * 1000 });
|
||||
await containersPage.locator('#domain').click();
|
||||
await containersPage.locator('#domain').fill('example.com');
|
||||
await containersPage.getByRole('button', { name: 'Submit domain' }).click();
|
||||
|
||||
Reference in New Issue
Block a user