We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4ce33 commit c75a0b4Copy full SHA for c75a0b4
apps/meteor/tests/end-to-end/api/livechat/07-queue.ts
@@ -386,7 +386,7 @@ describe('LIVECHAT - Queue', () => {
386
});
387
388
389
-(IS_EE ? describe.only : describe.skip)('Livechat - Chat limits - AutoSelection', () => {
+(IS_EE ? describe : describe.skip)('Livechat - Chat limits - AutoSelection', () => {
390
let testUser: { user: IUser; credentials: Credentials };
391
let testDepartment: ILivechatDepartment;
392
let testDepartment2: ILivechatDepartment;
0 commit comments