|
@@ -50,6 +50,7 @@
|
|
/* The process by which a user subscribes to a contact, including
|
|
/* The process by which a user subscribes to a contact, including
|
|
* the interaction between roster items and subscription states.
|
|
* the interaction between roster items and subscription states.
|
|
*/
|
|
*/
|
|
|
|
+ _converse.roster_groups = false;
|
|
var contact, stanza, sent_stanza, IQ_id;
|
|
var contact, stanza, sent_stanza, IQ_id;
|
|
runs(function () {
|
|
runs(function () {
|
|
test_utils.openControlBox(_converse);
|
|
test_utils.openControlBox(_converse);
|
|
@@ -442,6 +443,7 @@
|
|
|
|
|
|
it("Unsubscribe to a contact when subscription is mutual", mock.initConverse(function (_converse) {
|
|
it("Unsubscribe to a contact when subscription is mutual", mock.initConverse(function (_converse) {
|
|
var sent_IQ, IQ_id, jid = 'annegreet.gomez@localhost';
|
|
var sent_IQ, IQ_id, jid = 'annegreet.gomez@localhost';
|
|
|
|
+ _converse.roster_groups = false;
|
|
runs(function () {
|
|
runs(function () {
|
|
test_utils.openControlBox(_converse);
|
|
test_utils.openControlBox(_converse);
|
|
test_utils.createContacts(_converse, 'current');
|
|
test_utils.createContacts(_converse, 'current');
|