We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b29ce8 commit a0b8e90Copy full SHA for a0b8e90
detox/src/devices/drivers/AttachedAndroidDriver.js
@@ -10,7 +10,7 @@ class AttachedAndroidDriver extends AndroidDriver {
10
}
11
12
async acquireFreeDevice(name) {
13
- const deviceId = await this.findDeviceId({name: name});
+ const deviceId = await this.findDeviceId({adbName: name});
14
await this.adb.apiLevel(name);
15
await this.adb.unlockScreen(deviceId);
16
return deviceId;
0 commit comments