diff --git a/.github/workflows/ui-test/sanity.json b/.github/workflows/ui-test/sanity.json index 29ce2ed10..1552e4092 100644 --- a/.github/workflows/ui-test/sanity.json +++ b/.github/workflows/ui-test/sanity.json @@ -1,46 +1,44 @@ { "include": [ { - "comment": "1.7.5 ~ minor PHP 7.1 ~ 7.2" + "comment": "1.7.5.0 ~ 1.7.5.2 -> 1.7.8.11 PHP 7.1" }, { "PS_VERSION_START": "1.7.5.0", "PS_VERSION_END": "1.7.8.11", - "UPGRADE_CHANNEL": "minor", "PHP_VERSION": "7.1" }, + { - "PS_VERSION_START": "1.7.5.0", + "PS_VERSION_START": "1.7.5.1", "PS_VERSION_END": "1.7.8.11", - "UPGRADE_CHANNEL": "minor", - "PHP_VERSION": "7.2" + "PHP_VERSION": "7.1" }, + { - "PS_VERSION_START": "1.7.5.1", + "PS_VERSION_START": "1.7.5.2", "PS_VERSION_END": "1.7.8.11", - "UPGRADE_CHANNEL": "minor", "PHP_VERSION": "7.1" }, { - "PS_VERSION_START": "1.7.5.1", - "PS_VERSION_END": "1.7.8.11", - "UPGRADE_CHANNEL": "minor", + "comment": "1.7.5.0 ~ 1.7.5.2 -> 8.2.0 PHP 7.2" + }, + { + "PS_VERSION_START": "1.7.5.0", + "PS_VERSION_END": "8.2.0", "PHP_VERSION": "7.2" }, { - "PS_VERSION_START": "1.7.5.2", - "PS_VERSION_END": "1.7.8.11", - "UPGRADE_CHANNEL": "minor", - "PHP_VERSION": "7.1" + "PS_VERSION_START": "1.7.5.1", + "PS_VERSION_END": "8.2.0", + "PHP_VERSION": "7.2" }, { "PS_VERSION_START": "1.7.5.1", - "PS_VERSION_END": "1.7.8.11", - "UPGRADE_CHANNEL": "minor", + "PS_VERSION_END": "8.2.0", "PHP_VERSION": "7.2" }, { - "comment": "1.7.8 ~ minor PHP 7.2 ~ 7.4" "comment": "1.7.8.10 -> 1.7.8.11 PHP 7.1" }, { diff --git a/tests/UI/campaigns/sanity/02_productsBO/03_CRUDProductWithCombinations.spec.ts b/tests/UI/campaigns/sanity/02_productsBO/03_CRUDProductWithCombinations.spec.ts index 4d1bb00ff..bc43f8c47 100755 --- a/tests/UI/campaigns/sanity/02_productsBO/03_CRUDProductWithCombinations.spec.ts +++ b/tests/UI/campaigns/sanity/02_productsBO/03_CRUDProductWithCombinations.spec.ts @@ -60,7 +60,7 @@ test.describe('BO - Catalog - Products : CRUD product with combinations', async attributes: [ { name: 'color', - values: ['Gray', 'Grey', 'Taupe', 'Red'], + values: ['Gray', 'Grey', 'Grey', 'Taupe', 'Red'], }, { name: 'size',