We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99e4204 + fe65662 commit b04a389Copy full SHA for b04a389
Server/Application/Application.m
@@ -98,7 +98,7 @@ + (XCUIApplicationState)terminateCurrentApplication {
98
+ (XCUIApplicationState)terminateApplication:(XCUIApplication *)application {
99
NSTimeInterval startTime = [[CBXMachClock sharedClock] absoluteTime];
100
if (application.state == XCUIApplicationStateNotRunning) {
101
- DDLogDebug(@"Application %@ is not running", application.identifier);
+ DDLogDebug(@"Application %@ is not running", application.bundleID);
102
return XCUIApplicationStateNotRunning;
103
}
104
0 commit comments