Build(deps-dev): Bump @cspell/eslint-plugin from 7.3.6 to 7.3.8 #1528
Triggered via pull request
October 18, 2023 08:43
Status
Failure
Total duration
6h 12m 52s
Artifacts
5
pull-request.yml
on: pull_request
Annotations
61 errors, 25 warnings, and 5 notices
[Authentication] › src/tests/login.spec.ts:61:9 › viewer file › general tests › [C213089] login page layout:
e2e/playwright/authentication/src/tests/login.spec.ts#L52
1) [Authentication] › src/tests/login.spec.ts:61:9 › viewer file › general tests › [C213089] login page layout
"beforeAll" hook timeout of 45000ms exceeded.
50 | const newPassword = 'new ***';
51 |
> 52 | test.beforeAll(async () => {
| ^
53 | await apiClientFactory.setUpAcaBackend('admin');
54 |
55 | await apiClientFactory.createUser(otherLanguageUser);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/authentication/src/tests/login.spec.ts:52:8
|
[Authentication] › src/tests/login.spec.ts:61:9 › viewer file › general tests › [C213089] login page layout:
e2e/playwright/authentication/src/tests/login.spec.ts#L52
1) [Authentication] › src/tests/login.spec.ts:61:9 › viewer file › general tests › [C213089] login page layout
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
50 | const newPassword = 'new ***';
51 |
> 52 | test.beforeAll(async () => {
| ^
53 | await apiClientFactory.setUpAcaBackend('admin');
54 |
55 | await apiClientFactory.createUser(otherLanguageUser);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/authentication/src/tests/login.spec.ts:52:8
|
[Authentication] › src/tests/login.spec.ts:61:9 › viewer file › general tests › [C213089] login page layout:
e2e/playwright/authentication/src/tests/login.spec.ts#L52
1) [Authentication] › src/tests/login.spec.ts:61:9 › viewer file › general tests › [C213089] login page layout
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
50 | const newPassword = 'new ***';
51 |
> 52 | test.beforeAll(async () => {
| ^
53 | await apiClientFactory.setUpAcaBackend('admin');
54 |
55 | await apiClientFactory.createUser(otherLanguageUser);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/authentication/src/tests/login.spec.ts:52:8
|
[Authentication] › src/tests/login.spec.ts:87:9 › viewer file › with valid credentials › [C213107] redirects to Home Page when navigating to the Login page while already logged in:
e2e/playwright/authentication/src/tests/login.spec.ts#L52
2) [Authentication] › src/tests/login.spec.ts:87:9 › viewer file › with valid credentials › [C213107] redirects to Home Page when navigating to the Login page while already logged in
"beforeAll" hook timeout of 45000ms exceeded.
50 | const newPassword = 'new ***';
51 |
> 52 | test.beforeAll(async () => {
| ^
53 | await apiClientFactory.setUpAcaBackend('admin');
54 |
55 | await apiClientFactory.createUser(otherLanguageUser);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/authentication/src/tests/login.spec.ts:52:8
|
[Authentication] › src/tests/login.spec.ts:87:9 › viewer file › with valid credentials › [C213107] redirects to Home Page when navigating to the Login page while already logged in:
e2e/playwright/authentication/src/tests/login.spec.ts#L52
2) [Authentication] › src/tests/login.spec.ts:87:9 › viewer file › with valid credentials › [C213107] redirects to Home Page when navigating to the Login page while already logged in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
50 | const newPassword = 'new ***';
51 |
> 52 | test.beforeAll(async () => {
| ^
53 | await apiClientFactory.setUpAcaBackend('admin');
54 |
55 | await apiClientFactory.createUser(otherLanguageUser);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/authentication/src/tests/login.spec.ts:52:8
|
[Authentication] › src/tests/login.spec.ts:87:9 › viewer file › with valid credentials › [C213107] redirects to Home Page when navigating to the Login page while already logged in:
e2e/playwright/authentication/src/tests/login.spec.ts#L52
2) [Authentication] › src/tests/login.spec.ts:87:9 › viewer file › with valid credentials › [C213107] redirects to Home Page when navigating to the Login page while already logged in
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
50 | const newPassword = 'new ***';
51 |
> 52 | test.beforeAll(async () => {
| ^
53 | await apiClientFactory.setUpAcaBackend('admin');
54 |
55 | await apiClientFactory.createUser(otherLanguageUser);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/authentication/src/tests/login.spec.ts:52:8
|
E2e test suites: Playwright (authentication, 4)
Process completed with exit code 1.
|
[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-g2ssyx' })
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/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L50
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
"afterAll" hook timeout of 45000ms exceeded.
48 | });
49 |
> 50 | test.afterAll(async () => {
| ^
51 | await apiClientFactory.nodes.deleteNode(folderId, { permanent: true });
52 | });
53 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:50: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-lvb12t' })
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/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L50
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"afterAll" hook timeout of 45000ms exceeded.
48 | });
49 |
> 50 | test.afterAll(async () => {
| ^
51 | await apiClientFactory.nodes.deleteNode(folderId, { permanent: true });
52 | });
53 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:50: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-a9ztze' })
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/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L50
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"afterAll" hook timeout of 45000ms exceeded.
48 | });
49 |
> 50 | test.afterAll(async () => {
| ^
51 | await apiClientFactory.nodes.deleteNode(folderId, { permanent: true });
52 | });
53 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:50:8
|
[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#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Test timeout of 45000ms exceeded.
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L195
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Error: locator.textContent: Page closed
=========================== logs ===========================
waiting for locator('adf-pagination .adf-pagination__current-page')
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:195
193 | }
194 |
> 195 | if ((await this.pagination.currentPageLocator.textContent()) !== ' Page 1 ') {
| ^
196 | await this.pagination.navigateToPage(1);
197 | }
198 |
at DataTableComponent.goThroughPagesLookingForRowWithName (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:195:51)
at DataTableComponent.performActionFromExpandableMenu (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:142:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:52:5
|
[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#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Pending operations:
- locator.textContent at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:195:51
|
[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#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
[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#L80
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 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80: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#L182
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]
TypeError: Cannot read properties of undefined (reading 'deleteSites')
at src/tests/special-permissions-actions.test.ts:182
180 |
181 | test.afterAll(async () => {
> 182 | await managerSiteActions.deleteSites([sitePrivate]);
| ^
183 | });
184 |
185 | test.describe('Consumer', () => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:182:30
|
[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/viewer.ts#L1
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]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":401,"briefSummary":"09183761 Authentication failed for Web Script org/alfresco/api/ResourceWebScript.post","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
[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#L80
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]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80: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#L182
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]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteSites')
at src/tests/special-permissions-actions.test.ts:182
180 |
181 | test.afterAll(async () => {
> 182 | await managerSiteActions.deleteSites([sitePrivate]);
| ^
183 | });
184 |
185 | test.describe('Consumer', () => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:182:30
|
[special-permissions] › src/tests/viewer.ts:183: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#L80
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652]
"beforeAll" hook timeout of 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80:8
|
[special-permissions] › src/tests/viewer.ts:183: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#L182
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652]
TypeError: Cannot read properties of undefined (reading 'deleteSites')
at src/tests/special-permissions-actions.test.ts:182
180 |
181 | test.afterAll(async () => {
> 182 | await managerSiteActions.deleteSites([sitePrivate]);
| ^
183 | });
184 |
185 | test.describe('Consumer', () => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:182:30
|
[special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":401,"briefSummary":"09183755 Authentication failed for Web Script org/alfresco/api/ResourceWebScript.post","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
[special-permissions] › src/tests/viewer.ts:183: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#L80
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80:8
|
[special-permissions] › src/tests/viewer.ts:183: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#L182
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteSites')
at src/tests/special-permissions-actions.test.ts:182
180 |
181 | test.afterAll(async () => {
> 182 | await managerSiteActions.deleteSites([sitePrivate]);
| ^
183 | });
184 |
185 | test.describe('Consumer', () => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:182:30
|
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home:
e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
Error: expect(received).toEqual(expected) // deep equality
- Expected - 3
+ Received + 0
Array [
"Personal Files",
- "User Homes",
- "userAdmin-mpd2e",
- "userFolder-mmk8l",
]
53 | await personalFiles.navigate({ remoteUrl: `#/personal-files/${userFolderId}` });
54 | personalFiles.breadcrumb.getItemByTitle(username).waitFor({ state: 'attached' });
> 55 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(['Personal Files', 'User Homes', username, userFolder]);
| ^
56 | });
57 | });
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts:55:58
|
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home:
e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts#L36
1) [Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
34 | let nodesApi: NodesApi;
35 |
> 36 | test.beforeAll(async () => {
| ^
37 | await apiClientFactory.setUpAcaBackend('admin');
38 | await apiClientFactory.createUser({ username });
39 | nodesApi = await NodesApi.initialize(username, username);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts:36:8
|
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home:
e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts#L49
1) [Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Missing param 'nodeId'
47 |
48 | test.afterAll(async () => {
> 49 | await apiClientFactory.nodes.deleteNode(userFolderId, { permanent: true });
| ^
50 | });
51 |
52 | test(`[C260970] Breadcrumb on navigation to a user's home`, async ({ personalFiles }) => {
at throwIfNotDefined (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/@alfresco/js-api/src/assert.js:22:15)
at NodesApi.deleteNode (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/@alfresco/js-api/src/api/content-rest-api/api/nodes.api.js:140:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts:49:34
|
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home:
e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 3
+ Received + 0
Array [
"Personal Files",
- "User Homes",
- "userAdmin-19udj",
- "userFolder-1h5ay",
]
53 | await personalFiles.navigate({ remoteUrl: `#/personal-files/${userFolderId}` });
54 | personalFiles.breadcrumb.getItemByTitle(username).waitFor({ state: 'attached' });
> 55 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(['Personal Files', 'User Homes', username, userFolder]);
| ^
56 | });
57 | });
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts:55:58
|
[Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L54
2) [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L54
2) [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L54
2) [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:94: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#L54
3) [Navigation] › src/tests/breadcrumb.spec.ts:94:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:94: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#L54
3) [Navigation] › src/tests/breadcrumb.spec.ts:94:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:94: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#L54
3) [Navigation] › src/tests/breadcrumb.spec.ts:94:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
E2e test suites: Playwright (viewer, 3)
Timed out waiting 600s for the test suite to run
|
E2e test suites: Playwright (viewer, 3)
Timed out waiting 600s for the teardown for test suite to run
|
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
3) [Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
3) [Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
E2e test suites: actionsAvailableLibraries,actionsAvailableNewMenu
Process completed with exit code 1.
|
E2e test suites: editActions,favoriteActions
Process completed with exit code 1.
|
E2e test suites: search
Process completed with exit code 1.
|
E2e test suites: shareActions
Process completed with exit code 1.
|
E2e test suites: deleteActions
Process completed with exit code 1.
|
E2e test suites: actionsAvailableFilesFolders
Process completed with exit code 1.
|
E2e test suites: copyMoveActions
Process completed with exit code 1.
|
E2e test suites: listViews,navigation
Process completed with exit code 1.
|
E2e test suites: viewer,infoDrawer,extensions
Process completed with exit code 1.
|
E2e test suites: libraryActions
Process completed with exit code 1.
|
E2e test suites: uploadDownloadActions
Process completed with exit code 1.
|
E2e test suites: pagination
Process completed with exit code 1.
|
E2e test suites: Playwright (actions, 1)
The job running on runner GitHub Actions 29 has exceeded the maximum execution time of 360 minutes.
|
Finalize
Process completed with exit code 1.
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L181
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L310
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L319
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L332
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L379
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L398
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L592
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L596
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L602
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L629
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
E2e test suites: actionsAvailableLibraries,actionsAvailableNewMenu
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: editActions,favoriteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: createActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: search
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: shareActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: deleteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableFilesFolders
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: copyMoveActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: listViews,navigation
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: viewer,infoDrawer,extensions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: libraryActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: uploadDownloadActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: pagination
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableSpecialPermissions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (actions, 1)
Runner GitHub Actions 29 did not respond to a cancelation request with 00:05:00.
|
🎭 Playwright Run Summary
2 failed
[Authentication] › src/tests/login.spec.ts:61:9 › viewer file › general tests › [C213089] login page layout
[Authentication] › src/tests/login.spec.ts:87:9 › viewer file › with valid credentials › [C213107] redirects to Home Page when navigating to the Login page while already logged in
2 skipped
2 passed (2.4m)
|
🎭 Playwright Run Summary
3 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
[Folder Rules] › src/tests/manage-rules.spec.ts:50:7 › Rules - Manage Rules › [C691651] Disable an existing rule
|
🎭 Playwright Run Summary
3 failed
[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:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652]
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]
33 skipped
|
🎭 Playwright Run Summary
8 failed
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
[Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
[Navigation] › src/tests/breadcrumb.spec.ts:94:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
[Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
[Navigation] › src/tests/single-click.spec.ts:62:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash
[Navigation] › src/tests/single-click.spec.ts:68:7 › Single click on item name › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files
[Navigation] › src/tests/single-click.spec.ts:75:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
4 skipped
4 passed (9.2m)
|
🎭 Playwright Run Summary
9 failed
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites
[Viewer] › src/tests/viewer-protected.spec.ts:55:7 › viewer file › [C268958] Password dialog appears when opening a protected file
[Viewer] › src/tests/viewer-protected.spec.ts:82:7 › viewer file › [C268961] Refresh the page while Password dialog is open
[Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries
[Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files
[Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer ────────────
[Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file
1 flaky
[Viewer] › src/tests/viewer-protected.spec.ts:73:7 › viewer file › [C268960] Error appears when entering an incorrect ***
11 skipped
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
authentication
Expired
|
12.5 KB |
|
folder-rules
Expired
|
40.7 MB |
|
navigation
Expired
|
10.4 MB |
|
special-permissions
Expired
|
27.3 KB |
|
viewer
Expired
|
3.32 MB |
|