Ci/production e2e tests INTER-320 (#116) #103
Annotations
1 error and 2 notices
Run Chrome-only Playwright tests:
e2e/bot-firewall.spec.ts#L51
1) [chromium] › bot-firewall.spec.ts:21:7 › Bot Firewall Demo CHROME_ONLY › Should display bot visit and allow blocking/unblocking its IP address
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByTestId('alert')
Expected string: "Malicious bot detected"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByTestId('alert')
49 | await secondTab.goto(WEB_SCRAPING_URL);
50 | await secondTab.reload();
> 51 | await expect(secondTab.getByTestId(TEST_IDS.common.alert)).toContainText('Malicious bot detected');
| ^
52 | });
53 | });
54 |
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:51:64
|
Run Playwright tests
29 passed (1.5m)
|
Run Chrome-only Playwright tests
1 flaky
[chromium] › bot-firewall.spec.ts:21:7 › Bot Firewall Demo CHROME_ONLY › Should display bot visit and allow blocking/unblocking its IP address
|
The logs for this run have expired and are no longer available.
Loading