Xcode UI Tests are failing because of XCApplicationStateRunningActive on physical device

后端 未结 3 2060
轮回少年
轮回少年 2021-02-05 12:40

In my app I\'m adding some UI tests. With one test method everything works perfectly, but when I added second method, the test is failing because of the following error:

<
3条回答
  •  天涯浪人
    2021-02-05 12:57

    Updating to 7.3 beta resolved this issue for me. It definitely seems to be related to the teardown functionality.

提交回复
热议问题