Skip to content

Commit

Permalink
test: update ChannelSearch snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Jul 7, 2023
1 parent ef2125a commit ec76542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ChannelSearch/__tests__/ChannelSearch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('ChannelSearch', () => {
const { channelSearch } = await renderSearch({});
expect(channelSearch).toMatchInlineSnapshot(`
<div
class="str-chat__channel-search"
class="str-chat__channel-search inline"
data-testid="channel-search"
>
<input
Expand All @@ -57,7 +57,7 @@ describe('ChannelSearch', () => {
const { channelSearch } = await renderSearch({ props: { placeholder } });
expect(channelSearch).toMatchInlineSnapshot(`
<div
class="str-chat__channel-search"
class="str-chat__channel-search inline"
data-testid="channel-search"
>
<input
Expand Down

0 comments on commit ec76542

Please sign in to comment.