Skip to content

Commit 2403eb0

Browse files
committed
test: remove outdated test
1 parent ce4e027 commit 2403eb0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -822,18 +822,6 @@ describe(`EditMessageForm`, () => {
822822
});
823823

824824
describe('Submitting', () => {
825-
it('should not submit the message if content not change', async () => {
826-
const { customChannel, customClient } = await setup();
827-
const { container, submit } = await renderComponent({
828-
customChannel,
829-
customClient,
830-
});
831-
832-
await act(() => submit());
833-
834-
expect(editMock).not.toHaveBeenCalled();
835-
await axeNoViolations(container);
836-
});
837825
it('should submit the input value with text changed', async () => {
838826
const { customChannel, customClient } = await setup();
839827
const { container, submit } = await renderComponent({

0 commit comments

Comments
 (0)