You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The switch keyplane key's accessibilityLabel on Software keyboard triggered by normal UITextField is "more, numbers" or "more, letters" in any language setting.
But with secureTextEntry enabled, the accessibilityLabel of the key will be localized, which failed every test related to this.
Currently I'm using KIF's mechanism to bypass this, which directly calls the first responder view's "setText:" method.
Great solution for UITesting,thx:)
The text was updated successfully, but these errors were encountered:
The switch keyplane key's accessibilityLabel on Software keyboard triggered by normal UITextField is "more, numbers" or "more, letters" in any language setting.
But with secureTextEntry enabled, the accessibilityLabel of the key will be localized, which failed every test related to this.
Currently I'm using KIF's mechanism to bypass this, which directly calls the first responder view's "setText:" method.
Great solution for UITesting,thx:)
The text was updated successfully, but these errors were encountered: