We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddeb43 commit b0328ecCopy full SHA for b0328ec
1 file changed
ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+CommandExecution.swift
@@ -26,6 +26,9 @@ extension RunnerTests {
26
}
27
28
func execute(command: Command) throws -> Response {
29
+ if command.command == .status {
30
+ return try executeDispatched(command: command)
31
+ }
32
commandJournal.accept(command: command)
33
commandJournal.start(command: command)
34
do {
0 commit comments