Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Oct 23, 2024
1 parent 6b8b2a0 commit e6b4b86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
32 changes: 15 additions & 17 deletions .github/workflows/ui-test/sanity.json
Original file line number Diff line number Diff line change
@@ -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"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e6b4b86

Please sign in to comment.