Skip to content

Commit

Permalink
Remove describe.only
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusbsilva137 committed Dec 6, 2024
1 parent 1fbeef1 commit ba22320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/end-to-end/api/livechat/contacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { createUser, deleteUser } from '../../../data/users.helper';
import { expectInvalidParams } from '../../../data/validation.helper';
import { IS_EE } from '../../../e2e/config/constants';

describe.only('LIVECHAT - contacts', () => {
describe('LIVECHAT - contacts', () => {
let agentUser: IUser;
let livechatAgent: ILivechatAgent;
before((done) => getCredentials(done));
Expand Down

0 comments on commit ba22320

Please sign in to comment.