RocketChat / Rocket.Chat.js.SDK

Utility for apps and bots to interact with Rocket.Chat via DDP and/or API
MIT License
136 stars 95 forks source link

Testing bugs on user join / leave #25

Closed timkinnane closed 5 years ago

timkinnane commented 6 years ago

I think the utils.leaveUser and utils.inviteUser methods used in testing are returning too early, allowing the tests to progress sometimes before the user is added/removed. It's causing tests to throw every second or third time.

For now I'm just re-running them, because I don't have time for a fix.