Skip to content

Commit c75a0b4

Browse files
committed
test
1 parent 9f4ce33 commit c75a0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/meteor/tests/end-to-end/api/livechat/07-queue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ describe('LIVECHAT - Queue', () => {
386386
});
387387
});
388388

389-
(IS_EE ? describe.only : describe.skip)('Livechat - Chat limits - AutoSelection', () => {
389+
(IS_EE ? describe : describe.skip)('Livechat - Chat limits - AutoSelection', () => {
390390
let testUser: { user: IUser; credentials: Credentials };
391391
let testDepartment: ILivechatDepartment;
392392
let testDepartment2: ILivechatDepartment;

0 commit comments

Comments
 (0)