Feat/location spoofing use case demo #267
Annotations
1 error and 1 notice
Run Playwright tests:
e2e/home.spec.ts#L20
1) [webkit] › home.spec.ts:11:7 › Home page › Entire cards should be clickable, clicking on the description or image should take you to the use case
Error: locator.click: Element is not visible
Call log:
- waiting for getByTestId('useCaseIcon').first()
- locator resolved to <img alt="" width="72" height="72" data-nimg="1" load…/>
- attempting click action
- scrolling into view if needed
- done scrolling
18 | await page.goBack();
19 |
> 20 | await page.getByTestId(TEST_IDS.homepageCard.useCaseIcon).first().click({ force: true });
| ^
21 | await expect(page).toHaveURL('/playground');
22 | });
23 | });
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/home.spec.ts:20:71
|
Run Playwright tests
1 flaky
[webkit] › home.spec.ts:11:7 › Home page › Entire cards should be clickable, clicking on the description or image should take you to the use case
1 skipped
35 passed (3.0m)
|
Loading