We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd1070 commit b7a1d00Copy full SHA for b7a1d00
src/components/oliveMenu/oliveMenuStandAlone.tsx
@@ -33,7 +33,7 @@ const OliveMenuStandAloneComponent = (
33
return (
34
<OliveMenuStyled
35
ref={ref}
36
- data-testId={`${props.dataTestId}Container`}
+ data-testid={`${props.dataTestId}Container`}
37
styles={props.styles}
38
onBlur={props.onBlur}
39
>
0 commit comments