update to latest ADF alphas #1753
Annotations
2 errors and 1 notice
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
|
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
|
2 flaky
[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
3 passed (1.5m)
|
The logs for this run have expired and are no longer available.
Loading