I have a test case - a user selects the calendar icon inside of the application - which pulls the app to the background and brings up the google calendar.
Is there a good way to navigate back into the app after the google calendar is up? My other tests are able to run back to back as expected, except for this case. I would like to be able to select the home button and click back into the app. What would be the best approach to handle this case?