Right now i am trying to make a pack of app update tests that looks like :
- I run appium with desired capability that points to app package v1
- I make some changes in app
- I run appium with desired capability that points to app package v2
- I check if changes got saved
Problem is that on step 3 of that scenario instead of getting app with saved presets i recieve app that was reseted and installed from new . Any thoughts about that ?