From 76a18bae0dd84b1d9904c8ba19be35095a7f7c50 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 1 Aug 2014 21:36:20 +0200 Subject: [PATCH] Finish the test which checks that contacts can appear in more than one group --- spec/controlbox.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/spec/controlbox.js b/spec/controlbox.js index 2d09c6974..d932be6c1 100644 --- a/spec/controlbox.js +++ b/spec/controlbox.js @@ -193,16 +193,24 @@ spyOn(this.rosterview, 'updateCount').andCallThrough(); converse.roster_groups = true; converse.rosterview.render(); + var groups = ['colleagues', 'friends']; for (i=0; i