Created by: gnuwilliam
Hello!
I was taking a look in the unit tests, and some of them was failing (button stuff), then I noticed that some of them should be asynchronous tests, since it was using an asynchronous functionality, the setTimeout()
I've created asynchronous tests for them, and now all the tests are passing.
Thanks, see ya! :)