Skip to content

Aizad/FEQ-2441/ Implement new Tooltip with Popper.js #607

Aizad/FEQ-2441/ Implement new Tooltip with Popper.js

Aizad/FEQ-2441/ Implement new Tooltip with Popper.js #607

Triggered via pull request July 3, 2024 08:37
Status Failure
Total duration 39s
Artifacts

test_workflow.yml

on: pull_request
Build and test
30s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Build and test: src/components/Tooltip/__test__/Tooltip.spec.tsx#L9
Type '{ children: string; message: string; }' is not assignable to type 'IntrinsicAttributes & TooltipProps<AsElement>'.
Build and test: src/components/Tooltip/__test__/Tooltip.spec.tsx#L21
Type '{ children: string; message: string; triggerAction: string; }' is not assignable to type 'IntrinsicAttributes & TooltipProps<AsElement>'.
Build and test: src/components/Tooltip/__test__/Tooltip.spec.tsx#L33
Type '{ children: string; message: string; variant: "error"; }' is not assignable to type 'IntrinsicAttributes & TooltipProps<AsElement>'.
Build and test: src/components/Tooltip/__test__/Tooltip.spec.tsx#L45
Type '{ children: string; message: string; position: string; }' is not assignable to type 'IntrinsicAttributes & TooltipProps<AsElement>'.
Build and test
Process completed with exit code 2.