[Cypress Automation] - Add data-testid to HTML tags. #687
Annotations
2 errors and 10 warnings
|
|
src/components/AppHeader/CurrencyIcon/CurrencyIcon.tsx#L23
React Hook useEffect has missing dependencies: 'currency' and 'isVirtual'. Either include them or remove the dependency array
|
src/components/Modals/FilterModal/FilterModalPaymentMethods/FilterModalPaymentMethods.tsx#L38
React Hook useEffect has a missing dependency: 'searchedPaymentMethods'. Either include it or remove the dependency array
|
src/components/Table/Table.tsx#L46
React Hook useLayoutEffect has an unnecessary dependency: 'headerRef.current'. Either exclude it or remove the dependency array. Mutable values like 'headerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
src/hooks/custom-hooks/useModalManager.ts#L68
React Hook useEffect has a missing dependency: 'syncModalParams'. Either include it or remove the dependency array
|
src/hooks/custom-hooks/useModalManager.ts#L72
React Hook useEffect has a missing dependency: 'actions'. Either include it or remove the dependency array
|
src/pages/guide/components/Carousel/__tests__/Carousel.spec.tsx#L1
Unable to resolve path to module '@/assets/scam-advance-payment.svg'
|
src/pages/my-ads/components/SellAdPaymentSelection/SellAdPaymentSelection.tsx#L28
React Hook useEffect has a missing dependency: 'get'. Either include it or remove the dependency array
|
src/pages/my-profile/screens/PaymentMethods/PaymentMethods.tsx#L25
React Hook useEffect has a missing dependency: 'get'. Either include it or remove the dependency array
|
src/pages/my-profile/screens/PaymentMethods/PaymentMethodsList/PaymentMethodsListContent/PaymentMethodsListContent.tsx#L71
React Hook useMemo has a missing dependency: 'localize'. Either include it or remove the dependency array
|
src/routes/AppContent/index.tsx#L51
React Hook useEffect has a missing dependency: 'initLiveChat'. Either include it or remove the dependency array
|
This job was cancelled
Loading