Skip to content

chore: Support nested funnels #5176

chore: Support nested funnels

chore: Support nested funnels #5176

Triggered via pull request August 9, 2023 11:39
Status Failure
Total duration 17m 43s
Artifacts

build-lint-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
AnalyticsFunnel › adds analytics data attributes to root node: src/internal/analytics/__tests__/components/analytics-funnel.test.tsx#L61
expect(element).toHaveAttribute("data-analytics-funnel-interaction-id", Any<String>) // element.getAttribute("data-analytics-funnel-interaction-id") === Any<String> Expected the element to have attribute: data-analytics-funnel-interaction-id=Any<String> Received: null at Object.<anonymous> (src/internal/analytics/__tests__/components/analytics-funnel.test.tsx:61:33)
AnalyticsFunnel › calls funnelStart when the component renders: src/internal/analytics/__tests__/components/analytics-funnel.test.tsx#L67
expect(jest.fn()).toHaveBeenCalledTimes(expected) Expected number of calls: 1 Received number of calls: 0 at Object.<anonymous> (src/internal/analytics/__tests__/components/analytics-funnel.test.tsx:67:39)
AnalyticsFunnel › does not call funnelComplete when the form is submitted with errors: src/internal/analytics/__tests__/components/analytics-funnel.test.tsx#L123
expect(jest.fn()).not.toHaveBeenCalled() Expected number of calls: 0 Received number of calls: 1 1: {"funnelInteractionId": ""} at Object.<anonymous> (src/internal/analytics/__tests__/components/analytics-funnel.test.tsx:123:46)
AnalyticsFunnelStep › calls funnelStepStart with the correct arguments when the step mounts: src/internal/analytics/__tests__/components/analytics-funnel.test.tsx#L317
expect(jest.fn()).toHaveBeenCalledTimes(expected) Expected number of calls: 1 Received number of calls: 0 at Object.<anonymous> (src/internal/analytics/__tests__/components/analytics-funnel.test.tsx:317:43)
AnalyticsFunnelStep › calls funnelStepComplete with the correct arguments when the step unmounts: src/internal/analytics/__tests__/components/analytics-funnel.test.tsx#L346
expect(jest.fn()).toHaveBeenCalledTimes(expected) Expected number of calls: 1 Received number of calls: 0 at Object.<anonymous> (src/internal/analytics/__tests__/components/analytics-funnel.test.tsx:346:46)
AnalyticsFunnelStep › calls funnelStepStart and funnelStepComplete when stepNumber changes: src/internal/analytics/__tests__/components/analytics-funnel.test.tsx#L385
expect(jest.fn()).toHaveBeenCalledTimes(expected) Expected number of calls: 1 Received number of calls: 0 at Object.<anonymous> (src/internal/analytics/__tests__/components/analytics-funnel.test.tsx:385:43)
AnalyticsFunnelSubStep › calls funnelSubStepStart with the correct arguments when the substep is focused: src/internal/analytics/__tests__/components/analytics-funnel.test.tsx#L481
expect(jest.fn()).toHaveBeenCalledTimes(expected) Expected number of calls: 1 Received number of calls: 0 at Object.<anonymous> (src/internal/analytics/__tests__/components/analytics-funnel.test.tsx:481:46)
AnalyticsFunnelSubStep › calls funnelSubStepComplete with the correct arguments when the substep loses focus by keyboard: src/internal/analytics/__tests__/components/analytics-funnel.test.tsx#L522
expect(jest.fn()).toHaveBeenCalledTimes(expected) Expected number of calls: 1 Received number of calls: 0 at Object.<anonymous> (src/internal/analytics/__tests__/components/analytics-funnel.test.tsx:522:49)
AnalyticsFunnelSubStep › calls funnelSubStepComplete with the correct arguments when the substep loses focus by mouse: src/internal/analytics/__tests__/components/analytics-funnel.test.tsx#L568
expect(jest.fn()).toHaveBeenCalledTimes(expected) Expected number of calls: 1 Received number of calls: 0 at Object.<anonymous> (src/internal/analytics/__tests__/components/analytics-funnel.test.tsx:568:49)
Link component › Analytics › sends a externalLinkInteracted metric when an external link is clicked within a Funnel Context: src/link/__tests__/index.test.tsx#L243
expect(jest.fn()).toHaveBeenCalled() Expected number of calls: >= 1 Received number of calls: 0 at Object.<anonymous> (src/link/__tests__/index.test.tsx:243:52)
build / build: pages/app-layout/notifications-refresh.page.tsx#L36
Prop "className" is forbidden on Components
build / build: pages/app-layout/notifications-refresh.page.tsx#L44
Prop "className" is forbidden on Components
build / build: pages/app-layout/notifications-refresh.page.tsx#L52
Prop "className" is forbidden on Components
build / build: pages/app-layout/notifications-refresh.page.tsx#L60
Prop "className" is forbidden on Components
build / build: pages/app-layout/notifications-refresh.page.tsx#L68
Prop "className" is forbidden on Components
build / build: pages/app-layout/stateful.page.tsx#L25
Prop "id" is forbidden on Components
build / build: pages/app-layout/stateful.page.tsx#L26
Prop "id" is forbidden on Components
build / build: pages/app-layout/stateful.page.tsx#L27
Prop "id" is forbidden on Components
build / build: pages/app-layout/stateful.page.tsx#L35
Prop "id" is forbidden on Components
build / build: pages/app-layout/with-split-panel.page.tsx#L107
Prop "id" is forbidden on Components