Comment why we don't expect joining flag to reset
parent
30efd02d22
commit
c32e736754
|
@ -176,6 +176,10 @@ describe('joining a room', function () {
|
|||
|
||||
return Promise.delay(1);
|
||||
}).then(() => {
|
||||
// NB. we don't expect the 'joining' flag to reset at any point:
|
||||
// it will stay set and we observe whether we have Room object for
|
||||
// the room and whether our member event shows we're joined.
|
||||
|
||||
// now send the room down the /sync pipe
|
||||
httpBackend.when('GET', '/sync').
|
||||
respond(200, {
|
||||
|
|
Loading…
Reference in New Issue