feat: GROW-272 - add inkeep to use-cases (demo) page #483
Annotations
1 error and 1 notice
Run Playwright tests:
e2e/scraping/bot-unprotected.spec.ts#L24
1) [webkit] › scraping/bot-unprotected.spec.ts:18:7 › Scraping flights › is possible with Bot detection off
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
22 |
23 | const flightCards = await page.getByTestId(TEST_ID.card).all();
> 24 | expect(flightCards.length > 0).toBe(true);
| ^
25 |
26 | const flightData: Record<string, string | null>[] = [];
27 | for (const flightCard of flightCards) {
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/scraping/bot-unprotected.spec.ts:24:36
|
Run Playwright tests
1 flaky
[webkit] › scraping/bot-unprotected.spec.ts:18:7 › Scraping flights › is possible with Bot detection off
1 skipped
37 passed (4.1m)
|
Loading