This commit is contained in:
Barış Soner Uşaklı
2018-02-28 17:38:31 -05:00
parent 245e1a9159
commit e1c6761087
8 changed files with 36 additions and 7 deletions

View File

@@ -668,6 +668,7 @@ describe('Categories', function () {
chat: false,
'upload:post:image': false,
'upload:post:file': false,
signature: false,
});
done();
@@ -704,6 +705,7 @@ describe('Categories', function () {
'groups:chat': true,
'groups:upload:post:image': true,
'groups:upload:post:file': false,
'groups:signature': true,
});
done();