0

我的 Earlgrey 测试在 iPhone 6s plus 模拟器上运行良好,但是当我在 iPhone 6 模拟器上运行相同的测试时,它给出了constraintFailedException.

这是我的代码:

EarlGrey.select(elementWithMatcher: grey_accessibilityID("passwordTextField"))
    .atIndex(1).perform(grey_typeText(Validation.default.password))

这是例外

异常详细信息:[ {“描述”:“由于约束失败而无法执行操作。”,“错误域”:“com.google.earlgrey.ElementInteractionErrorDomain”,“错误代码”:“1”,“文件名":"GREYBaseAction.m","函数名称":"-[GREYBaseAction satisfiesConstraintsForElement:error:]","Line":"66","TestCase Class":"GalaxyTests.UITests","TestCase Method":"testExample " } ]

4

0 回答 0