spec/integration_tests/flujo.test.js
// ...072 Se registra
// ...072 Recupera su contraseña
// ...072 Se loggea
// ...072 Invita a ...008 a sus contactos
// ...072 acepta
// ..008 Manda mensaje a ...072
// ..072 Se desloggea
// ...008 se logge (no hay rastros de ..072)
test('Flujo > Registro: Se registra 072 ', async () => {
//const chat = await sdk.chat.getChatById(id)
//const action = chat.setFavorite()
//TODO: expect(true).toBe(true)
})