Skip to content

Commit 5ed5030

Browse files
committed
cleanup
1 parent 7a6e0db commit 5ed5030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/interactors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export function getInteractor(device: DeviceInfo, runnerContext: RunnerContext):
6363
open: (app) => openIosApp(device, app),
6464
openDevice: () => openIosDevice(device),
6565
close: (app) => closeIosApp(device, app),
66-
...iosRunnerOverrides(device, runnerContext),
6766
screenshot: (outPath) => screenshotIos(device, outPath),
67+
...iosRunnerOverrides(device, runnerContext),
6868
};
6969
default:
7070
throw new AppError('UNSUPPORTED_PLATFORM', `Unsupported platform: ${device.platform}`);

0 commit comments

Comments
 (0)