Reputation: 611
I am learning integration_test for my dynamic app.
The home screen may contain any number (normally 9-13) of Widgets (including 4/6 bottom Nav items) of different types depending on the location and server configurations of that user. So, Home Screen is building dynamically and varies from user to user.
I am trying to find a way to get the list of Widgets on the home screen and Tap them serially in the integration test. Is there any way to perform this task?
Any idea will be highly appreciated.
Thanks
Upvotes: 0
Views: 167
Reputation: 150
You should know which widgets will be there based on the user you use for each test. Therefore you should interact with them accordingly
Upvotes: 1