Merge pull request #686 from imobachgs/refactor-find_answer #10
Annotations
1 error, 1 warning, and 1 notice
tests/main_page.spec.ts#L15
1) [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ──────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Install', exact: true })
- waiting for getByRole('button', { name: 'Install', exact: true })
13 |
14 | test('has the Install button', async ({ page }) => {
> 15 | await expect(page.getByRole('button', { name: 'Install', exact: true })).toBeVisible();
| ^
16 | });
17 | })
18 |
at /checkout/playwright/tests/main_page.spec.ts:15:78
|
[chromium] › main_page.spec.ts#L1
[chromium] › main_page.spec.ts took 16.7s
|
|
The logs for this run have expired and are no longer available.
Loading