Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtorres314 committed Mar 6, 2024
1 parent eaa95ef commit ab1e24d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/desktop/src/rtl-tests/channel.add.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ describe('Add new channel', () => {

const user = userEvent.setup()
const input = screen.getByPlaceholderText('Enter a channel name')
await user.type(input, channelName)
expect(input).toHaveValue(channelName)

const button = screen.getByText('Create Channel')
Expand Down

0 comments on commit ab1e24d

Please sign in to comment.