fix: Remove console.log()
s
This commit is contained in:
parent
a23ec93319
commit
34e2ad0748
@ -26,7 +26,6 @@ test.describe('Create Channel', () => {
|
|||||||
|
|
||||||
test('successfully create new channel', async ({ request }) => {
|
test('successfully create new channel', async ({ request }) => {
|
||||||
const uuid: string = generate15CharUUID();
|
const uuid: string = generate15CharUUID();
|
||||||
console.log(uuid);
|
|
||||||
|
|
||||||
// Try to create new channel
|
// Try to create new channel
|
||||||
await tryCreateChannel(page, uuid);
|
await tryCreateChannel(page, uuid);
|
||||||
@ -54,7 +53,6 @@ test.describe('Create Channel', () => {
|
|||||||
|
|
||||||
test('should not duplicate channel names', async () => {
|
test('should not duplicate channel names', async () => {
|
||||||
const uuid: string = generate15CharUUID();
|
const uuid: string = generate15CharUUID();
|
||||||
console.log(uuid);
|
|
||||||
|
|
||||||
// Try to create new channel
|
// Try to create new channel
|
||||||
await tryCreateChannel(page, uuid);
|
await tryCreateChannel(page, uuid);
|
||||||
|
Loading…
Reference in New Issue
Block a user