Facelift: Alerts #99
Annotations
1 error, 1 warning, and 2 notices
Run Chrome-only Playwright tests:
e2e/bot-firewall.spec.ts#L46
1) [chromium] › bot-firewall.spec.ts:16: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')
44 | await secondTab.goto('https://staging.fingerprinthub.com/web-scraping');
45 | await secondTab.reload();
> 46 | await expect(secondTab.getByTestId(TEST_IDS.common.alert)).toContainText('Malicious bot detected');
| ^
47 | });
48 | });
49 |
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:46:64
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
28 passed (1.9m)
|
Run Chrome-only Playwright tests
1 flaky
[chromium] › bot-firewall.spec.ts:16: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