Skip to content

Commit

Permalink
try fixing ios integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed May 6, 2024
1 parent 0d181bb commit 25b9ba9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dashboard-frontend
2 changes: 1 addition & 1 deletion src/device-managers/IOSDeviceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ export default class IOSDeviceManager implements IDeviceManager {
const buildSimulators = !isEmpty(filteredSimulators) ? filteredSimulators : flattenValued;
//log.debug(`Build Simulators: ${JSON.stringify(buildSimulators)}`);
const deviceTypes = await list.devicetypes;
console.log('DeviceTypes', deviceTypes);
for await (const device of buildSimulators) {
console.log('DeviceTypes', deviceTypes);
console.log('Device', device);
const productModel = IOSDeviceManager.getProductModel(deviceTypes, device);
const wdaLocalPort = await getFreePort();
Expand Down
2 changes: 1 addition & 1 deletion src/modules

0 comments on commit 25b9ba9

Please sign in to comment.