Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Dec 6, 2023
1 parent d82a503 commit fb53292
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/e2e-tests/src/tests/multipleClients.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ describe('Multiple Clients', () => {
await joinCommunityModal.typeCommunityCode(invitationCode)
await joinCommunityModal.submit()
})
// ______________

it('Second user submits non-valid, duplicated username', async () => {
console.log('duplicated user - 1')
Expand All @@ -248,8 +247,6 @@ describe('Multiple Clients', () => {
console.time(`[${users.user3.app.name}] '${users.user3.username}' joining community time`)
})

// ______________

it('Second user sees general channel', async () => {
console.log('new user - 7')
generalChannelUser3 = new Channel(users.user3.app.driver, 'general')
Expand Down

0 comments on commit fb53292

Please sign in to comment.