fix: Replace tests with playwright (30-search/30-search--search.cy.ts) #13103
Annotations
2 errors, 2 warnings, and 2 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/[webkit] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[webkit] › 20-basic-features/access-to-page.spec.ts took 39.6s
|
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 18.6s
|
|
|
This job succeeded
Loading