ACS-3545 fix e2e tests (#2759)

* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-401 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 36873

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 36873

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 36873

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 36873

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 36873

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 36873

* ACS-3545 Fix for e2e tests

Co-authored-by: alfresco-build <alfresco-build@hyland.com>
This commit is contained in:
AleksanderSklorz
2022-11-04 10:47:28 +00:00
committed by GitHub
co-authored by alfresco-build
parent a62a9e81bc
commit ae57a094b1
3 changed files with 30 additions and 30 deletions
+6 -6
View File
@@ -25,10 +25,10 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "5.2.0-36830",
"@alfresco/adf-core": "5.2.0-36830",
"@alfresco/adf-extensions": "5.2.0-36830",
"@alfresco/js-api": "5.1.0",
"@alfresco/adf-content-services": "5.2.0-36869",
"@alfresco/adf-core": "5.2.0-36869",
"@alfresco/adf-extensions": "5.2.0-36869",
"@alfresco/js-api": "5.2.0-401",
"@angular/animations": "14.1.2",
"@angular/cdk": "14.1.2",
"@angular/common": "14.1.2",
@@ -57,8 +57,8 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@alfresco/adf-cli": "5.2.0-36830",
"@alfresco/adf-testing": "5.2.0-36830",
"@alfresco/adf-cli": "5.2.0-36869",
"@alfresco/adf-testing": "5.2.0-36869",
"@angular-custom-builders/lite-serve": "^0.2.3",
"@angular-devkit/build-angular": "14.1.2",
"@angular-eslint/builder": "^14.1.2",