[ACS-6668] [ACS-6669] e2e migration - Info Drawer general and library properties tests #2237
pull-request.yml
on: pull_request
Annotations
49 errors, 23 warnings, and 11 notices
[Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L91
1) [Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action
Error: Item should be present in Trash
Expected: true
Received: false
89 | expect(await personalFiles.dataTable.getCellLinkByName(randomDocxDelete).isVisible(), 'file should not visible').toBe(false);
90 | await trashPage.navigate({ waitUntil: 'domcontentloaded' });
> 91 | expect(await trashPage.dataTable.isItemPresent(randomDocxDelete), 'Item should be present in Trash').toBe(true);
| ^
92 | });
93 |
94 | test('[C297584] Edit Offline action', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:91:106
|
[Viewer] › src/tests/viewer.spec.ts:128:7 › viewer file › [C279271] Close the viewer:
e2e/playwright/viewer/src/tests/viewer.spec.ts#L55
2) [Viewer] › src/tests/viewer.spec.ts:128:7 › viewer file › [C279271] Close the viewer ──────────
"beforeAll" hook timeout of 150000ms exceeded.
53 | let nodesApi: NodesApi;
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | test.setTimeout(timeouts.extendedTest);
57 | const randomFolderName = `playwright-folder-${Utils.random()}`;
58 | const apiClientFactory = new ApiClientFactory();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:55:8
|
[Viewer] › src/tests/viewer.spec.ts:178:7 › viewer file › [C284634] Viewer opens for a file from Favorites:
e2e/playwright/viewer/src/tests/viewer.spec.ts#L55
3) [Viewer] › src/tests/viewer.spec.ts:178:7 › viewer file › [C284634] Viewer opens for a file from Favorites
"beforeAll" hook timeout of 150000ms exceeded.
53 | let nodesApi: NodesApi;
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | test.setTimeout(timeouts.extendedTest);
57 | const randomFolderName = `playwright-folder-${Utils.random()}`;
58 | const apiClientFactory = new ApiClientFactory();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:55:8
|
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-ns976v' })
69 | await nodesPage.manageRulesDialog.createRuleButton.click();
70 |
> 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
|
[special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
2) [special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, shared, favorite - [C326655]
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-otfw2l' })
69 | await nodesPage.manageRulesDialog.createRuleButton.click();
70 |
> 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
|
[special-permissions] › src/tests/other-permissions.ts:61:9 › Special permissions : › Collaborator › available actions : › on File Libraries - [C297647]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
3) [special-permissions] › src/tests/other-permissions.ts:61:9 › Special permissions : › Collaborator › available actions : › on File Libraries - [C297647]
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-hqn3kq' })
69 | await nodesPage.manageRulesDialog.createRuleButton.click();
70 |
> 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L64
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-vhuc7n' })
62 | await nodesPage.manageRulesDialog.createRuleButton.click();
63 |
> 64 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
65 | });
66 | });
67 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:64:76
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L64
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-dgqfze' })
62 | await nodesPage.manageRulesDialog.createRuleButton.click();
63 |
> 64 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
65 | });
66 | });
67 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:64:76
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L64
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-r3lmdm' })
62 | await nodesPage.manageRulesDialog.createRuleButton.click();
63 |
> 64 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
65 | });
66 | });
67 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:64:76
|
E2e test suites: Playwright (folder-rules, 2)
Process completed with exit code 1.
|
[Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L93
1) [Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy
Error: expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 0
Array [
"My Libraries",
- "site-1iial",
- "parent-in-site-3ljgv",
- "subFolder1-in-site-39iry",
- "subFolder2-in-site-wx8al",
]
91 | await myLibrariesPage.navigate({ remoteUrl: `#/libraries/${subFolder2FromSiteId}` });
92 | const expectedItems = ['My Libraries', siteName, parentFromSite, subFolder1FromSite, subFolder2FromSite];
> 93 | expect(await myLibrariesPage.breadcrumb.getAllItems()).toEqual(expectedItems);
| ^
94 | });
95 |
96 | test('[C213235] User can navigate to any location by clicking on a step from the breadcrumb', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:93:60
|
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L101
2) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Error: expect(received).toEqual(expected) // deep equality
- Expected - 3
+ Received + 4
Array [
- "Personal Files",
- "parent-keq82",
- "subFolder1-e96xv",
+ " Personal Files chevron_right ",
+ " parent-keq82 chevron_right ",
+ " subFolder1-e96xv chevron_right ",
+ " subFolder2-6yaut ",
]
99 | await personalFiles.dataTable.spinnerWaitForReload();
100 | const expectedBreadcrumb = ['Personal Files', parent, subFolder1];
> 101 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(expectedBreadcrumb);
| ^
102 | });
103 |
104 | test('[C213237] Tooltip appears on hover on a step in breadcrumb', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:101:58
|
[Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries:
e2e/playwright/navigation/src/tests/single-click.spec.ts#L85
3) [Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: fileSite-p7ud7.txt not displayed
Expected: true
Received: false
83 | await myLibrariesPage.dataTable.spinnerWaitForReload();
84 | expect(await myLibrariesPage.breadcrumb.currentItem.innerText()).toBe(siteName);
> 85 | expect(await myLibrariesPage.dataTable.getCellLinkByName(fileSite).isVisible(), `${fileSite} not displayed`).toBe(true);
| ^
86 | });
87 | });
88 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:85:114
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
E2e test suites: Playwright (list-views, 8)
Timed out waiting 600s for the test suite to run
|
E2e test suites: Playwright (list-views, 8)
Timed out waiting 600s for the teardown for test suite to run
|
[List Views] › src/tests/file-libraries.spec.ts:103:9 › File Libraries › My Libraries › [C217095] has the correct columns:
e2e/playwright/list-views/src/tests/file-libraries.spec.ts#L48
1) [List Views] › src/tests/file-libraries.spec.ts:103:9 › File Libraries › My Libraries › [C217095] has the correct columns
"beforeAll" hook timeout of 150000ms exceeded.
46 | const adminSite5 = `admin5-${Utils.random()}`;
47 |
> 48 | test.beforeAll(async () => {
| ^
49 | try {
50 | test.setTimeout(timeouts.extendedTest);
51 | const apiClientFactory = new ApiClientFactory();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.spec.ts:48:8
|
[List Views] › src/tests/file-libraries.spec.ts:103:9 › File Libraries › My Libraries › [C217095] has the correct columns:
e2e/playwright/list-views/src/tests/file-libraries.spec.ts#L48
1) [List Views] › src/tests/file-libraries.spec.ts:103:9 › File Libraries › My Libraries › [C217095] has the correct columns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
46 | const adminSite5 = `admin5-${Utils.random()}`;
47 |
> 48 | test.beforeAll(async () => {
| ^
49 | try {
50 | test.setTimeout(timeouts.extendedTest);
51 | const apiClientFactory = new ApiClientFactory();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.spec.ts:48:8
|
[List Views] › src/tests/file-libraries.spec.ts:121:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed:
e2e/playwright/list-views/src/tests/file-libraries.spec.ts#L48
2) [List Views] › src/tests/file-libraries.spec.ts:121:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed
"beforeAll" hook timeout of 150000ms exceeded.
46 | const adminSite5 = `admin5-${Utils.random()}`;
47 |
> 48 | test.beforeAll(async () => {
| ^
49 | try {
50 | test.setTimeout(timeouts.extendedTest);
51 | const apiClientFactory = new ApiClientFactory();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.spec.ts:48:8
|
[Copy Move Actions] › src/tests/copy.test.ts:198:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name already exists on the destination:
e2e/playwright/copy-move-actions/src/tests/copy.test.ts#L204
1) [Copy Move Actions] › src/tests/copy.test.ts:198:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name already exists on the destination
Error: expect(received).toBeTruthy()
Received: false
202 | await copyContentInPersonalFiles(personalFiles, [sourceFolder], destinationFolder);
203 | await personalFiles.snackBar.actionButton.click();
> 204 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFolder)).toBeTruthy();
| ^
205 | await personalFiles.dataTable.performClickFolderOrFileToOpen(destinationFolder);
206 | await personalFiles.spinner.waitForReload();
207 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFolder)).toBeTruthy();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.test.ts:204:76
|
[List Views] › src/tests/favorites.spec.ts:99:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns:
e2e/playwright/list-views/src/tests/favorites.spec.ts#L41
3) [List Views] › src/tests/favorites.spec.ts:99:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
"beforeAll" hook timeout of 150000ms exceeded.
39 | const fileName4 = `file4-${Utils.random()}.txt`;
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | try {
43 | test.setTimeout(timeouts.extendedTest);
44 | const apiClientFactory = new ApiClientFactory();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:41:8
|
[List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files:
e2e/playwright/list-views/src/tests/favorites.spec.ts#L41
4) [List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files
"beforeAll" hook timeout of 150000ms exceeded.
39 | const fileName4 = `file4-${Utils.random()}.txt`;
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | try {
43 | test.setTimeout(timeouts.extendedTest);
44 | const apiClientFactory = new ApiClientFactory();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:41:8
|
[List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files:
e2e/playwright/list-views/src/tests/favorites.spec.ts#L41
4) [List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
39 | const fileName4 = `file4-${Utils.random()}.txt`;
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | try {
43 | test.setTimeout(timeouts.extendedTest);
44 | const apiClientFactory = new ApiClientFactory();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:41:8
|
E2e test suites: Playwright (list-views, 8)
Process completed with exit code 1.
|
[Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L195
1) [Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
Error: expect(received).toEqual(expected) // deep equality
Expected: "2/11/2024"
Received: "Invalid Date"
193 | const expireDateProperty = await nodesApiAction.getSharedExpiryDate(file5Id);
194 |
> 195 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate));
| ^
196 | });
197 |
198 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:195:54
|
[Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L195
1) [Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "2/11/2024"
Received: "Invalid Date"
193 | const expireDateProperty = await nodesApiAction.getSharedExpiryDate(file5Id);
194 |
> 195 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate));
| ^
196 | });
197 |
198 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:195:54
|
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
2) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:55:8
|
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
3) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:55:8
|
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action:
projects/aca-playwright-shared/src/page-objects/pages/login.page.ts#L51
3) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
Error: locator.fill: Target page, context or browser has been closed
at ../../../projects/aca-playwright-shared/src/page-objects/pages/login.page.ts:51
49 | await this.navigate();
50 | }
> 51 | await this.username.fill(userData.username);
| ^
52 | await this.***.fill(userData.***);
53 | await this.submitButton.click();
54 |
at LoginPage.loginUser (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/login.page.ts:51:25)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:93:21
|
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L1
3) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
Pending operations:
- locator.waitFor at projects/aca-playwright-shared/src/page-objects/components/spinner.component.ts:37:31
|
E2e test suites: Playwright (library-actions, 11)
Timed out waiting 600s for the test suite to run
|
E2e test suites: Playwright (library-actions, 11)
Timed out waiting 600s for the teardown for test suite to run
|
[Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries:
e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
1) [Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries
"beforeAll" hook timeout of 200000ms exceeded.
90 | let user2SitesApi: SitesApi;
91 |
> 92 | test.beforeAll(async () => {
| ^
93 | test.setTimeout(timeouts.extendedLongTest);
94 | const apiClientFactory = new ApiClientFactory();
95 | const username1 = `user-${Utils.random()}`;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
|
[Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries:
e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
1) [Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 200000ms exceeded.
90 | let user2SitesApi: SitesApi;
91 |
> 92 | test.beforeAll(async () => {
| ^
93 | test.setTimeout(timeouts.extendedLongTest);
94 | const apiClientFactory = new ApiClientFactory();
95 | const username1 = `user-${Utils.random()}`;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
|
[Library Actions] › src/tests/library-actions.spec.ts:271:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries:
e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
2) [Library Actions] › src/tests/library-actions.spec.ts:271:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries
"beforeAll" hook timeout of 200000ms exceeded.
90 | let user2SitesApi: SitesApi;
91 |
> 92 | test.beforeAll(async () => {
| ^
93 | test.setTimeout(timeouts.extendedLongTest);
94 | const apiClientFactory = new ApiClientFactory();
95 | const username1 = `user-${Utils.random()}`;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
|
[Library Actions] › src/tests/library-actions.spec.ts:271:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries:
e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
2) [Library Actions] › src/tests/library-actions.spec.ts:271:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 200000ms exceeded.
90 | let user2SitesApi: SitesApi;
91 |
> 92 | test.beforeAll(async () => {
| ^
93 | test.setTimeout(timeouts.extendedLongTest);
94 | const apiClientFactory = new ApiClientFactory();
95 | const username1 = `user-${Utils.random()}`;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
|
[Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results:
e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
3) [Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results
"beforeAll" hook timeout of 200000ms exceeded.
90 | let user2SitesApi: SitesApi;
91 |
> 92 | test.beforeAll(async () => {
| ^
93 | test.setTimeout(timeouts.extendedLongTest);
94 | const apiClientFactory = new ApiClientFactory();
95 | const username1 = `user-${Utils.random()}`;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
|
[Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results:
e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
3) [Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 200000ms exceeded.
90 | let user2SitesApi: SitesApi;
91 |
> 92 | test.beforeAll(async () => {
| ^
93 | test.setTimeout(timeouts.extendedLongTest);
94 | const apiClientFactory = new ApiClientFactory();
95 | const username1 = `user-${Utils.random()}`;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
|
E2e test suites: Playwright (library-actions, 11)
Process completed with exit code 1.
|
[Create Actions] › src/tests/create-library.spec.ts:126:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.spec.ts#L131
1) [Create Actions] › src/tests/create-library.spec.ts:126:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-j20z6]')
129 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
130 | await libraryDialog.createButton.click();
> 131 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
132 |
133 | await myLibrariesPage.navigate();
134 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.spec.ts:131:73
|
Finalize
Process completed with exit code 1.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests: aca-shared
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests: aca-content
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: search
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: viewer,infoDrawer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: copyMoveActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: listViews
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: uploadDownloadActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: deleteActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (viewer, 3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (special-permissions, 6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (folder-rules, 2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: editActions,favoriteActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (authentication, 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (navigation, 5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (pagination, 7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (copy-move-actions, 10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (list-views, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (share-action, 9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (library-actions, 11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (create-actions, 1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
3 flaky
[Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action ─
[Viewer] › src/tests/viewer.spec.ts:128:7 › viewer file › [C279271] Close the viewer ───────────
[Viewer] › src/tests/viewer.spec.ts:178:7 › viewer file › [C284634] Viewer opens for a file from Favorites
18 passed (8.4m)
|
🎭 Playwright Run Summary
3 flaky
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
[special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, shared, favorite - [C326655]
[special-permissions] › src/tests/other-permissions.ts:61:9 › Special permissions : › Collaborator › available actions : › on File Libraries - [C297647]
41 passed (9.4m)
|
🎭 Playwright Run Summary
2 failed
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
1 passed (2.3m)
|
🎭 Playwright Run Summary
5 passed (38.5s)
|
🎭 Playwright Run Summary
3 flaky
[Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
[Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
12 passed (3.8m)
|
🎭 Playwright Run Summary
3 flaky
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
8 passed (9.7m)
|
🎭 Playwright Run Summary
1 flaky
[Copy Move Actions] › src/tests/copy.test.ts:198:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name already exists on the destination
22 passed (7.7m)
|
🎭 Playwright Run Summary
2 failed
[List Views] › src/tests/file-libraries.spec.ts:103:9 › File Libraries › My Libraries › [C217095] has the correct columns
[List Views] › src/tests/file-libraries.spec.ts:121:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed
2 flaky
[List Views] › src/tests/favorites.spec.ts:99:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
[List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files
22 skipped
11 passed (9.9m)
|
🎭 Playwright Run Summary
3 flaky
[Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
11 passed (9.7m)
|
🎭 Playwright Run Summary
3 failed
[Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries
[Library Actions] › src/tests/library-actions.spec.ts:271:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries
[Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results
16 skipped
|
🎭 Playwright Run Summary
1 flaky
[Create Actions] › src/tests/create-library.spec.ts:126:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
19 passed (2.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
deleteActions
Expired
|
2.11 MB |
|
editActions,favoriteActions
Expired
|
2.13 MB |
|
listViews
Expired
|
2.12 MB |
|
search
Expired
|
2.11 MB |
|
uploadDownloadActions
Expired
|
2.24 MB |
|
viewer,infoDrawer
Expired
|
2.13 MB |
|