GH Auto: Upstream dependencies ADF:8.6.0-26272920976 JS-API:9.6.0-26272920976 using Tag:8.6.0-26272920976 (#5178)

* [ci:force][auto-commit] Update dependencies ADF:8.6.0-26272920976  JS:9.6.0-26272920976

* remove adf-core.globals

* file upload fix

* fail e2e with wait fix

* fix(e2e): unique username + viewer content render wait

* feat(viewer): register providePdfViewer for ADF 8.6.0+

* exclude test

* fix comment

---------

Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com>
Co-authored-by: akashrathod28 <akash.rathod@hyland.com>
This commit is contained in:
Alfresco Build
2026-05-22 16:12:15 +02:00
committed by GitHub
co-authored by MichalKinas Mykyta Maliarchuk akashrathod28
parent adadbe17d5
commit c4ff14f359
13 changed files with 143 additions and 588 deletions
@@ -36,7 +36,7 @@ import {
} from '@alfresco/aca-playwright-shared';
test.describe('Upload new version', () => {
const username = `user-${Utils.random()}`;
const username = `user-${Date.now()}-${Utils.random()}`;
const file1 = `file1-${Utils.random()}.docx`;
let file1Id: string;
@@ -30,7 +30,7 @@ test.describe('Upload files', () => {
let nodesApi: NodesApi;
const random = Utils.random();
const username = `user-${random}`;
const username = `user-${Date.now()}-${random}`;
const folder1 = `folder1-${Utils.random()}`;
test.beforeAll(async () => {