Skip to content

Commit 8af38d7

Browse files
committed
fix: make test name more concise
1 parent 098ef33 commit 8af38d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ describe('MessageInput', () => {
235235
});
236236
});
237237

238-
it('should render the SendMessageDisallowedIndicator only if the send-message capability is not present', async () => {
238+
it('should render the SendMessageDisallowedIndicator in a frozen channel only if the send-message capability is not present', async () => {
239239
await initializeChannel(generateChannelResponse({ channel: { frozen: true } }));
240240

241241
const { queryByTestId } = render(

0 commit comments

Comments
 (0)