Add e2e tests #331
Annotations
10 warnings
UI Tests:
openubl/ui/client/src/app/components/ConfirmDialog.tsx#L18
Unexpected any. Specify a different type
|
UI Tests:
openubl/ui/client/src/app/components/FilterToolbar/MultiselectFilterControl.tsx#L86
'component' is defined but never used. Allowed unused args must match /^_/u
|
UI Tests:
openubl/ui/client/src/app/components/FilterToolbar/MultiselectFilterControl.tsx#L103
'placeholderText' is assigned a value but never used
|
UI Tests:
openubl/ui/client/src/app/components/FilterToolbar/SelectFilterControl.tsx#L83
'component' is defined but never used. Allowed unused args must match /^_/u
|
UI Tests:
openubl/ui/client/src/app/components/HookFormPFFields/HookFormPFSelect.tsx#L31
'children' is assigned a value but never used
|
UI Tests:
openubl/ui/client/src/app/components/HookFormPFFields/HookFormPFSelect.tsx#L31
'ref' is assigned a value but never used
|
UI Tests:
openubl/ui/client/src/app/components/OidcProvider.tsx#L41
React Hook React.useEffect has a missing dependency: 'auth'. Either include it or remove the dependency array
|
UI Tests:
openubl/ui/client/src/app/components/PageDrawerContext.tsx#L145
React Hook React.useEffect has missing dependencies: 'setDrawerChildren' and 'setIsDrawerExpanded'. Either include them or remove the dependency array
|
UI Tests:
openubl/ui/client/src/app/components/PageDrawerContext.tsx#L153
React Hook React.useEffect has a missing dependency: 'setDrawerPageKey'. Either include it or remove the dependency array
|
UI Tests:
openubl/ui/client/src/app/components/PageDrawerContext.tsx#L157
React Hook React.useEffect has a missing dependency: 'setDrawerPanelContentProps'. Either include it or remove the dependency array
|