Skip to content

Commit 118302d

Browse files
committed
chore: remove redundant assertion
1 parent 8af38d7 commit 118302d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package/src/components/MessageInput/__tests__/MessageInput.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,6 @@ describe('MessageInput', () => {
246246
</Chat>,
247247
);
248248

249-
await waitFor(() => {
250-
expect(queryByTestId('send-message-disallowed-indicator')).toBeNull();
251-
});
252-
253249
act(() => {
254250
chatClient.dispatchEvent({
255251
channel: {

0 commit comments

Comments
 (0)