Is it possible to retrieve the text or the value of a react-native component (e.g text-input)?
await expect(element(by.id('componentId'))).<method>
Is it possible to retrieve the text or the value of a react-native component (e.g text-input)?
await expect(element(by.id('componentId'))).<method>