Feat/grow 284.add amplitude to inkeep actions (#176) #530
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
e2e/e2eTestUtils.ts#L34
1) [webkit] › sms-pumping/bot-protected.spec.ts:13:7 › Sending verification SMS messages › is not possible as a bot with Bot detection on
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: getByTestId('alert').first()
Expected string: "error"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for getByTestId('alert').first()
at e2eTestUtils.ts:34
32 | export async function assertAlert({ page, severity, text, index = 0 }: AssertAlertOrSnackbarArgs) {
33 | const alert = await page.getByTestId(TEST_IDS.common.alert).nth(index);
> 34 | await expect(alert).toHaveAttribute(TEST_ATTRIBUTES.severity, severity);
| ^
35 | await expect(alert).toContainText(text);
36 | }
37 |
at assertAlert (/home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/e2eTestUtils.ts:34:23)
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/sms-pumping/bot-protected.spec.ts:16:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests
1 flaky
[webkit] › sms-pumping/bot-protected.spec.ts:13:7 › Sending verification SMS messages › is not possible as a bot with Bot detection on
1 skipped
37 passed (3.5m)
|
Loading