mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
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:
co-authored by
MichalKinas
Mykyta Maliarchuk
akashrathod28
parent
adadbe17d5
commit
c4ff14f359
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user