Did you find out dude ? Same problem here
– Mayoul
Actually I used by.text() matcher to reach my tab.
– user359698
1 Answers
0
votes
in your navigationOptions add tabBarTestID: 'Tab element' property and call await element(by.id('Tab element')).tap();
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
by.text()
matcher to reach my tab. – user359698