Feat/finish new designs migration #1104
Annotations
3 errors, 1 warning, and 1 notice
Run admin module tests:
boilerplate/test/playwright/src/admin.test.ts#L1
1) [chromium] › src/admin.test.ts:7:5 › Admin can update password of user ────────────────────────
Test timeout of 30000ms exceeded.
|
Run admin module tests:
boilerplate/test/playwright/src/admin.test.ts#L34
1) [chromium] › src/admin.test.ts:7:5 › Admin can update password of user ────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('input[name="password"]')
32 | await security.click();
33 |
> 34 | await page.locator('input[name="password"]').fill("test password");
| ^
35 | await page.locator('input[name="repeat_password"]').pressSequentially("test password");
36 | await page.getByRole('button', { name: 'Update Password' }).click();
37 |
at /home/runner/work/cmfive-core/cmfive-core/boilerplate/test/playwright/src/admin.test.ts:34:50
|
Run admin module tests
Process completed with exit code 1.
|
Post Checkout Boilerplate
Failed to remove 'http.https://github.com/.extraheader' from the git config
|
Run admin module tests
1 failed
[chromium] › src/admin.test.ts:7:5 › Admin can update password of user ─────────────────────────
6 passed (51.0s)
|
Loading