fix: Replace tests with playwright (30-search/30-search--search.cy.ts) #13109
Annotations
1 error, 2 warnings, and 3 notices
apps/app/playwright/20-basic-features/presentation.spec.ts#L19
1) [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
|
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts took 39.3s
|
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts took 18.5s
|
|
|
|
This job succeeded
Loading