Skip to content

Commit d243f1b

Browse files
committed
fix: require explicit runner response retention
1 parent 8768bb4 commit d243f1b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+CommandJournal.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@ final class RunnerCommandJournal {
143143
switch command.command {
144144
case .snapshot, .screenshot:
145145
return false
146-
default:
146+
case .tap, .mouseClick, .tapSeries, .longPress, .interactionFrame, .drag, .dragSeries,
147+
.remotePress, .type, .swipe, .findText, .querySelector, .readText, .back, .backInApp,
148+
.backSystem, .home, .rotate, .appSwitcher, .keyboardDismiss, .keyboardReturn, .alert,
149+
.pinch, .rotateGesture, .transformGesture, .recordStart, .recordStop, .status, .uptime,
150+
.shutdown:
147151
return true
148152
}
149153
}

0 commit comments

Comments
 (0)