diff --git a/tests/UI/package-lock.json b/tests/UI/package-lock.json index 94042d02..6e22a740 100644 --- a/tests/UI/package-lock.json +++ b/tests/UI/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@playwright/test": "^1.40.1", - "@prestashop-core/ui-testing": "^0.0.5", + "@prestashop-core/ui-testing": "^0.0.6", "@types/node": "^20.11.5", "pwmochawesome": "^1.1.1", "typescript": "^5.3.3" @@ -51,9 +51,9 @@ } }, "node_modules/@prestashop-core/ui-testing": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@prestashop-core/ui-testing/-/ui-testing-0.0.5.tgz", - "integrity": "sha512-7VLuCZNrqNiGZJncXYDYU1LpfFJg0irgi+5OFnXkrM3nGhTnrjSZWb9m/vSFjFNEYP+ewT2zl6SwFG6yMyM49g==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@prestashop-core/ui-testing/-/ui-testing-0.0.6.tgz", + "integrity": "sha512-aq8oyemHtYXbCFP7bjKytFaJXq2dbc67kQNAzEGKgrOSuOPCTB1UO9CQ6x5aG90MasSBHMlj4sTOZaJuFALUtw==", "dev": true, "dependencies": { "@faker-js/faker": "^8.3.1", @@ -601,9 +601,9 @@ } }, "@prestashop-core/ui-testing": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@prestashop-core/ui-testing/-/ui-testing-0.0.5.tgz", - "integrity": "sha512-7VLuCZNrqNiGZJncXYDYU1LpfFJg0irgi+5OFnXkrM3nGhTnrjSZWb9m/vSFjFNEYP+ewT2zl6SwFG6yMyM49g==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@prestashop-core/ui-testing/-/ui-testing-0.0.6.tgz", + "integrity": "sha512-aq8oyemHtYXbCFP7bjKytFaJXq2dbc67kQNAzEGKgrOSuOPCTB1UO9CQ6x5aG90MasSBHMlj4sTOZaJuFALUtw==", "dev": true, "requires": { "@faker-js/faker": "^8.3.1", diff --git a/tests/UI/package.json b/tests/UI/package.json index 9a4c827b..d3ba72cd 100644 --- a/tests/UI/package.json +++ b/tests/UI/package.json @@ -8,7 +8,7 @@ "license": "MIT", "devDependencies": { "@playwright/test": "^1.40.1", - "@prestashop-core/ui-testing": "^0.0.5", + "@prestashop-core/ui-testing": "^0.0.6", "@types/node": "^20.11.5", "pwmochawesome": "^1.1.1", "typescript": "^5.3.3"