Fix GET chat tests stopping execution of other tests

This commit is contained in:
Kristian Tashkov
2015-12-29 20:51:16 +02:00
parent 71a910ccfb
commit 411bfe1bb6

View File

@@ -5,7 +5,7 @@ import {
translate as t,
} from '../../../../helpers/api-integration.helper';
describe.only('GET /groups/:groupId/chat', () => {
describe('GET /groups/:groupId/chat', () => {
let user, api;
before(() => {