1 parent 30efd02 commit c32e736Copy full SHA for c32e736
1 file changed
test/app-tests/joining.js
@@ -176,6 +176,10 @@ describe('joining a room', function () {
176
177
return Promise.delay(1);
178
}).then(() => {
179
+ // NB. we don't expect the 'joining' flag to reset at any point:
180
+ // it will stay set and we observe whether we have Room object for
181
+ // the room and whether our member event shows we're joined.
182
+
183
// now send the room down the /sync pipe
184
httpBackend.when('GET', '/sync').
185
respond(200, {
0 commit comments