diff --git a/tests/createChannel.spec.ts b/tests/createChannel.spec.ts index 1fb3105..d8b0fc1 100644 --- a/tests/createChannel.spec.ts +++ b/tests/createChannel.spec.ts @@ -26,7 +26,6 @@ test.describe('Create Channel', () => { test('successfully create new channel', async ({ request }) => { const uuid: string = generate15CharUUID(); - console.log(uuid); // Try to create new channel await tryCreateChannel(page, uuid); @@ -54,7 +53,6 @@ test.describe('Create Channel', () => { test('should not duplicate channel names', async () => { const uuid: string = generate15CharUUID(); - console.log(uuid); // Try to create new channel await tryCreateChannel(page, uuid);