recyclerlistview
recyclerlistview copied to clipboard
Unable to render rowRenderer function from component’s test file with react-native-testing-library
I have written test cases for recyclerlistview items
const { getByTestId } = await renderComponent()
expect(getByTestId('empty-farm-profile-container')).toBeTruthy()
``Unable to find an element with the testID of: empty-farm-profile-container`` error is thrown
Any help is appreciated, Happy to provide any more information that might help debug this.
@naqvitalha Can you help me with this?