diff --git a/.github/workflows/ui-test/nightly.json b/.github/workflows/ui-test/nightly.json index 9a297f84c..98e1559a4 100644 --- a/.github/workflows/ui-test/nightly.json +++ b/.github/workflows/ui-test/nightly.json @@ -1,5 +1,41 @@ { "include": [ + { + "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", + "PHP_VERSION": "7.1" + }, + { + "PS_VERSION_START": "1.7.5.1", + "PS_VERSION_END": "1.7.8.11", + "PHP_VERSION": "7.1" + }, + { + "PS_VERSION_START": "1.7.5.2", + "PS_VERSION_END": "1.7.8.11", + "PHP_VERSION": "7.1" + }, + { + "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.1", + "PS_VERSION_END": "8.2.0", + "PHP_VERSION": "7.2" + }, + { + "PS_VERSION_START": "1.7.5.2", + "PS_VERSION_END": "8.2.0", + "PHP_VERSION": "7.2" + }, { "comment": "1.7.6.0 ~ 1.7.6.9 -> 1.7.8.11 PHP 7.1" }, @@ -845,4 +881,4 @@ "PHP_VERSION": "8.1" } ] -} \ No newline at end of file +} diff --git a/.github/workflows/ui-test/sanity.json b/.github/workflows/ui-test/sanity.json index 6d20ae887..119fd2dfd 100644 --- a/.github/workflows/ui-test/sanity.json +++ b/.github/workflows/ui-test/sanity.json @@ -65,4 +65,4 @@ "PHP_VERSION": "8.1" } ] -} \ No newline at end of file +} diff --git a/tests/UI/campaigns/sanity/01_ordersBO/01_filterOrders.spec.ts b/tests/UI/campaigns/sanity/01_ordersBO/01_filterOrders.spec.ts index 515c0b11b..ff0403353 100755 --- a/tests/UI/campaigns/sanity/01_ordersBO/01_filterOrders.spec.ts +++ b/tests/UI/campaigns/sanity/01_ordersBO/01_filterOrders.spec.ts @@ -93,7 +93,7 @@ test.describe('BO - Orders - Orders : Filter the Orders table by ID, REFERENCE, }, ]; - tests.forEach((tst,index:number) => { + tests.forEach((tst, index: number) => { test(`should filter the Orders table by '${tst.args.filterBy}' and check the result`, async () => { await utilsTest.addContextItem(test.info(), 'testIdentifier', tst.args.identifier, baseContext); diff --git a/tests/UI/campaigns/sanity/04_cartFO/01_editCheckCart.spec.ts b/tests/UI/campaigns/sanity/04_cartFO/01_editCheckCart.spec.ts index e9d7e2738..fe7cdbe25 100755 --- a/tests/UI/campaigns/sanity/04_cartFO/01_editCheckCart.spec.ts +++ b/tests/UI/campaigns/sanity/04_cartFO/01_editCheckCart.spec.ts @@ -127,7 +127,7 @@ test.describe('FO - Cart : Check Cart in FO', async () => { .toFixed(2)); }); - test('should get the product number and check that is equal to 2', async () => { + test('should get the products number and check that is equal to 2', async () => { await utilsTest.addContextItem(test.info(), 'testIdentifier', 'checkNumberOfProductsInCart', baseContext); totalATI = await foClassicCartPage.getATIPrice(page); diff --git a/tests/UI/package-lock.json b/tests/UI/package-lock.json index 24f2c7cd5..eb6801f98 100644 --- a/tests/UI/package-lock.json +++ b/tests/UI/package-lock.json @@ -497,7 +497,7 @@ }, "node_modules/@prestashop-core/ui-testing": { "version": "0.0.12", - "resolved": "git+ssh://git@github.com/PrestaShop/ui-testing-library.git#70ed22a8618da206d47f3bc449370f83261953c0", + "resolved": "git+ssh://git@github.com/PrestaShop/ui-testing-library.git#211bf6644ad365a17c826802cfc774c91b03ae71", "license": "MIT", "dependencies": { "@faker-js/faker": "^9.0.3", @@ -6726,7 +6726,7 @@ } }, "@prestashop-core/ui-testing": { - "version": "git+ssh://git@github.com/PrestaShop/ui-testing-library.git#70ed22a8618da206d47f3bc449370f83261953c0", + "version": "git+ssh://git@github.com/PrestaShop/ui-testing-library.git#211bf6644ad365a17c826802cfc774c91b03ae71", "from": "@prestashop-core/ui-testing@https://github.com/PrestaShop/ui-testing-library#main", "requires": { "@faker-js/faker": "^9.0.3",