e2e bug fixes and code cleanup #2068
Annotations
7 errors and 1 notice
|
|
e2e/playwright/list-views/src/tests/shared-files.spec.ts#L42
1) [List Views] › src/tests/shared-files.spec.ts:124:7 › Shared Files › [C280491] Location column redirect - file in site
"beforeAll" hook timeout of 150000ms exceeded.
40 | const file4User = `file4-${Utils.random()}.txt`;
41 |
> 42 | test.beforeAll(async () => {
| ^
43 | test.setTimeout(timeouts.extendedTest);
44 | const apiClientFactory = new ApiClientFactory();
45 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/shared-files.spec.ts:42:8
|
projects/aca-playwright-shared/src/page-objects/pages/login.page.ts#L51
1) [List Views] › src/tests/shared-files.spec.ts:124:7 › Shared Files › [C280491] Location column redirect - file in site
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/list-views/src/tests/shared-files.spec.ts:78:5
|
e2e/playwright/list-views/src/tests/shared-files.spec.ts#L1
1) [List Views] › src/tests/shared-files.spec.ts:124:7 › Shared Files › [C280491] Location column redirect - file in site
Pending operations:
- page.goto at projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:78:23
|
e2e/playwright/list-views/src/tests/sort-list.spec.ts#L1
2) [List Views] › src/tests/sort-list.spec.ts:232:9 › Remember sorting › User Tests › [C261137] Size sort order is retained when user logs out and logs back in
Error: {"error":{"errorKey":"Person 'userSort1-1ekyb' already exists.","statusCode":409,"briefSummary":"00119872 Person 'userSort1-1ekyb' already exists.","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)
|
|
1 failed
[List Views] › src/tests/shared-files.spec.ts:124:7 › Shared Files › [C280491] Location column redirect - file in site
1 flaky
[List Views] › src/tests/sort-list.spec.ts:232:9 › Remember sorting › User Tests › [C261137] Size sort order is retained when user logs out and logs back in
2 skipped
55 passed (9.9m)
|
The logs for this run have expired and are no longer available.
Loading