I want to test a view that has a list and filtering functionality:
- I want to check the text of the first row and save it
- Filter using that text
- Check again that the same element is rendered
Thing is, when I match and element using element(by.id('some-id')), how can I retrieve info from that element (if it is possible) like the text it contains?