mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 08:37:02 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56453b81ad | |||
| 428a5489aa |
Generated
+5
-5
@@ -4699,16 +4699,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vimeo/psalm",
|
"name": "vimeo/psalm",
|
||||||
"version": "6.15.1",
|
"version": "6.16.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/vimeo/psalm.git",
|
"url": "https://github.com/vimeo/psalm.git",
|
||||||
"reference": "28dc127af1b5aecd52314f6f645bafc10d0e11f9"
|
"reference": "7cf3e8b988edd75e0766963b0b9e671b220f5785"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/28dc127af1b5aecd52314f6f645bafc10d0e11f9",
|
"url": "https://api.github.com/repos/vimeo/psalm/zipball/7cf3e8b988edd75e0766963b0b9e671b220f5785",
|
||||||
"reference": "28dc127af1b5aecd52314f6f645bafc10d0e11f9",
|
"reference": "7cf3e8b988edd75e0766963b0b9e671b220f5785",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -4813,7 +4813,7 @@
|
|||||||
"issues": "https://github.com/vimeo/psalm/issues",
|
"issues": "https://github.com/vimeo/psalm/issues",
|
||||||
"source": "https://github.com/vimeo/psalm"
|
"source": "https://github.com/vimeo/psalm"
|
||||||
},
|
},
|
||||||
"time": "2026-02-07T19:27:16+00:00"
|
"time": "2026-03-17T11:15:56+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wapmorgan/php-deprecation-detector",
|
"name": "wapmorgan/php-deprecation-detector",
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ test('Initial setup', async ({ page: setupPage }) => {
|
|||||||
await containersPage.waitForURL('./containers');
|
await containersPage.waitForURL('./containers');
|
||||||
|
|
||||||
// Reject IP addresses
|
// Reject IP addresses
|
||||||
|
await expect(containersPage.locator('#domain')).toBeVisible({ timeout: 1 * 60 * 1000 });
|
||||||
await containersPage.locator('#domain').click();
|
await containersPage.locator('#domain').click();
|
||||||
await containersPage.locator('#domain').fill('1.1.1.1');
|
await containersPage.locator('#domain').fill('1.1.1.1');
|
||||||
await containersPage.getByRole('button', { name: 'Submit domain' }).click();
|
await containersPage.getByRole('button', { name: 'Submit domain' }).click();
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ test('Restore instance', async ({ page: setupPage }) => {
|
|||||||
await containersPage.waitForURL('./containers');
|
await containersPage.waitForURL('./containers');
|
||||||
|
|
||||||
// Reject example.com (requires enabled domain validation)
|
// 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').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();
|
||||||
|
|||||||
Reference in New Issue
Block a user