assert.equal(
      typeof customParent.deviceSelector.getDeviceType() === 'string' ||
      typeof customParent.deviceSelector.getDeviceType() === 'undefined',
      true,
      'getDeviceType() is String'