diff --git a/.github/workflows/ui-test/sanity.json b/.github/workflows/ui-test/sanity.json index 6ea439a255..534cabc6d3 100755 --- a/.github/workflows/ui-test/sanity.json +++ b/.github/workflows/ui-test/sanity.json @@ -4,6 +4,7 @@ "comment": "1.7.0.6 -> 1.7.8.11 PHP 7.1 online" }, { + "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online", "PS_VERSION_START": "1.7.0.6", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", @@ -13,6 +14,7 @@ "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online" }, { + "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online", "PS_VERSION_START": "1.7.1.0", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", @@ -22,6 +24,7 @@ "comment": "1.7.2.0 -> 1.7.8.11 PHP 7.1 online" }, { + "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online", "PS_VERSION_START": "1.7.2.0", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", @@ -31,6 +34,7 @@ "comment": "1.7.3.0 -> 1.7.8.11 PHP 7.1 online" }, { + "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online", "PS_VERSION_START": "1.7.3.0", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", @@ -40,6 +44,7 @@ "comment": "1.7.4.2 -> 1.7.8.11 PHP 7.1 online" }, { + "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online", "PS_VERSION_START": "1.7.4.2", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", @@ -49,6 +54,7 @@ "comment": "1.7.5.0 -> 1.7.8.11 PHP 7.1 online" }, { + "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online", "PS_VERSION_START": "1.7.5.0", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", @@ -58,6 +64,7 @@ "comment": "1.7.6.0 -> 1.7.8.11 PHP 7.1 online" }, { + "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online", "PS_VERSION_START": "1.7.6.0", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", @@ -67,6 +74,7 @@ "comment": "1.7.7.0 -> 1.7.8.11 PHP 7.1 online" }, { + "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online", "PS_VERSION_START": "1.7.7.0", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", @@ -76,6 +84,7 @@ "comment": "1.7.8.0 -> 1.7.8.11 PHP 7.1 online" }, { + "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online", "PS_VERSION_START": "1.7.8.0", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", @@ -85,6 +94,7 @@ "comment": "1.7.8.11 -> 8.2.0 PHP 7.4 online" }, { + "comment": "1.7.1.0 -> 1.7.8.11 PHP 7.1 online", "PS_VERSION_START": "1.7.8.11", "PS_VERSION_END": "8.2.0", "PHP_VERSION": "7.4", diff --git a/tests/UI/campaigns/functional/01_upgrade.spec.ts b/tests/UI/campaigns/functional/01_upgrade.spec.ts index 1739bfb5a3..2ebb1362b2 100755 --- a/tests/UI/campaigns/functional/01_upgrade.spec.ts +++ b/tests/UI/campaigns/functional/01_upgrade.spec.ts @@ -194,9 +194,11 @@ test.describe('Verify the New UI', () => { }); } - test('should display the new interface', async ()=> { + test('should display the new interface', async () => { const url = await modAutoupgradeBoMain.getCurrentURL(page); console.log(url); + const uurl = url.split('&token'); + await modAutoupgradeBoMain.goTo(page, uurl[0] + '&new-ui=1&route=home-page' + uurl[1]); }); /*test('should go to maintenance page', async () => {