Hi, Was finally able to get the mobile tests to run the mobile tests and can repeat the two failures. I had to revert to 11.1 and AIR 3.1 - are we sure that these test have been tested on laters versions of air?
I can't see why those two tests are failing but it's likely to do with that that they are using a FakeSoftKeyboard to see if a callout moves out of the way when the soft keyboard is triggered. The emulator doesn't support a soft keyboard so this looks like a bit of hack in order to test that functionality. FakeSoftKeyboard sets _softKeyboardRect on root.document, I'm not sure if that enough for "softKeyboardRect" to show up where required. The test step fails when chekcing teh callout.height + callout.y < softKeyboardRect.top. Thanks, Justin