The automation tests used to work until recently (~ one month ago). The issue is that the elements are not located when using Appium inspect element tool and also when tests are running on IOS.
Accessibility ID selector is shown in Appium inspect tool, but when you try to search for the element using the same selector, element is not found.
NOTE: Using 'content-desc' for the same elements works fine on Android.
Any idea how to solve this issue?
Dependencies:
Appium v.1.18.3
"selenium-webdriver@3.6.0",
"selenium-appium": "0.0.15",
"selenium-webdriver": "4.0.0-alpha.7",
App dependencies:
"react": "16.13.1",
"react-content-loader": "^5.1.0",
"react-native": "0.63.3",
"react-native-background-timer": "^2.2.0",
"react-native-config": "^1.3.1",