Feat/grow 284.add amplitude to inkeep actions #522
ci.yml
on: pull_request
Lint
20s
Unit tests
13s
Matrix: Playwright e2e tests
Annotations
1 error and 3 notices
[webkit] › sms-pumping/bot-protected.spec.ts:13:7 › Sending verification SMS messages › is not possible as a bot with Bot detection on:
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
|
🎭 Playwright Run Summary
3 skipped
36 passed (2.4m)
|
🎭 Playwright Run Summary
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.1m)
|
🎭 Playwright Run Summary
39 passed (2.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-1
|
206 KB |
|