imprv: User group link in admin page #12844
Annotations
3 errors and 3 notices
apps/app/playwright/auth.setup.ts#L1
1) [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ─────────────────────────────────
Test timeout of 30000ms exceeded.
|
apps/app/playwright/utils/Login.ts#L19
1) [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ─────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/admin" until "load"
============================================================
at utils/Login.ts:19
17 | }
18 |
> 19 | await page.waitForURL('/admin');
| ^
20 | await expect(page).toHaveTitle(/Wiki Management Homepage/);
21 |
22 | // End of authentication steps.
at login (/__w/growi/growi/apps/app/playwright/utils/Login.ts:19:14)
at /__w/growi/growi/apps/app/playwright/auth.setup.ts:8:3
|
apps/app/playwright/20-basic-features/presentation.spec.ts#L19
2) [chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('application').getByRole('heading', { level: 1 })
Expected pattern: /What can you do with GROWI?/
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByRole('application').getByRole('heading', { level: 1 })
17 | // check the content of the h1
18 | await expect(page.getByRole('application').getByRole('heading', { level: 1 }))
> 19 | .toHaveText(/What can you do with GROWI?/);
| ^
20 |
21 | // forward the slide with button
22 | await page.getByRole('application').getByLabel('next slide').click();
at /__w/growi/growi/apps/app/playwright/20-basic-features/presentation.spec.ts:19:6
|
|
|
|
The logs for this run have expired and are no longer available.
Loading