Running into a bit of a headache with iOS. I’m using webdriver.io with appium. This happens once every 30 tests and just fixes itself on the retry. Once it enters the password into the field it comes up with this strong password cover which then bugs out the password field, since it for some reason thinks that there are less than 6 characters in the field.
Has anyone run into this kind of issue? This never happens when manually testing the app so I’m not sure if this is an issue with the app or an issue with appium itself. I’ve tried using both setValue and addValue. As well as tapping the field into focus before entering the password. Still, this intermittently happens. (Running on iOS Simulator, latest XCode version).
I’ve tried doing this way too and still get this strong password cover text. Not sure how else to get round this. It seems to always happen when its a fresh simulator session.
Hello everyone! I’m experiencing the same issue on the iOS 17.4 Simulator. Interestingly, I’m encountering this problem on an iMac 24 macOS 14.4.1 with an Apple M3, but everything works fine on a Mac mini macOS 14.4.1 with an Apple M2 Pro. I’ve tried different platform versions, reinstalling Xcode, and copying the simulator from the Mac mini to the iMac, but none of these steps have helped.