diff --git a/tests/UI/package-lock.json b/tests/UI/package-lock.json index 11d65047e1af8..da949f010c42f 100644 --- a/tests/UI/package-lock.json +++ b/tests/UI/package-lock.json @@ -10,7 +10,7 @@ "license": "OSL-3.0", "dependencies": { "@faker-js/faker": "^9.0.3", - "@prestashop-core/ui-testing": "https://github.com/PrestaShop/ui-testing-library#main", + "@prestashop-core/ui-testing": "https://github.com/jolelievre/ui-testing-library#test-fast-login", "chai": "^4.5.0", "chai-string": "^1.5.0", "dotenv": "^16.4.5", @@ -432,7 +432,7 @@ }, "node_modules/@prestashop-core/ui-testing": { "version": "0.0.12", - "resolved": "git+ssh://git@github.com/PrestaShop/ui-testing-library.git#242dded9bd0813d9cea4358cba4a71da8e4cedf7", + "resolved": "git+ssh://git@github.com/jolelievre/ui-testing-library.git#231766cdc4dd10a75b7803f39adc669dab78527c", "license": "MIT", "dependencies": { "@faker-js/faker": "^9.0.3", @@ -8419,8 +8419,8 @@ } }, "@prestashop-core/ui-testing": { - "version": "git+ssh://git@github.com/PrestaShop/ui-testing-library.git#242dded9bd0813d9cea4358cba4a71da8e4cedf7", - "from": "@prestashop-core/ui-testing@https://github.com/PrestaShop/ui-testing-library#main", + "version": "git+ssh://git@github.com/jolelievre/ui-testing-library.git#231766cdc4dd10a75b7803f39adc669dab78527c", + "from": "@prestashop-core/ui-testing@https://github.com/jolelievre/ui-testing-library#test-fast-login", "requires": { "@faker-js/faker": "^9.0.3", "@playwright/test": "^1.48.1", diff --git a/tests/UI/package.json b/tests/UI/package.json index ca40922248bb0..3f825c143a944 100644 --- a/tests/UI/package.json +++ b/tests/UI/package.json @@ -109,7 +109,7 @@ "homepage": "https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI#readme", "dependencies": { "@faker-js/faker": "^9.0.3", - "@prestashop-core/ui-testing": "https://github.com/PrestaShop/ui-testing-library#main", + "@prestashop-core/ui-testing": "https://github.com/jolelievre/ui-testing-library#test-fast-login", "chai": "^4.5.0", "chai-string": "^1.5.0", "dotenv": "^16.4.5",