recyclerlistview icon indicating copy to clipboard operation
recyclerlistview copied to clipboard

Unable to render rowRenderer function from component’s test file with react-native-testing-library

Open a845954 opened this issue 4 years ago • 1 comments

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
Screenshot 2021-11-02 at 12 36 37 PM

Any help is appreciated, Happy to provide any more information that might help debug this.

a845954 avatar Nov 02 '21 08:11 a845954

@naqvitalha Can you help me with this?

a845954 avatar Nov 03 '21 02:11 a845954