Disable wysiwyg at the end of the test
parent
70f57797f5
commit
f8ec4ec1ed
|
@ -361,6 +361,8 @@ describe("MessageComposer", () => {
|
||||||
|
|
||||||
SettingsStore.setValue("feature_wysiwyg_composer", null, SettingLevel.DEVICE, true);
|
SettingsStore.setValue("feature_wysiwyg_composer", null, SettingLevel.DEVICE, true);
|
||||||
const wrapper = wrapAndRender({ room });
|
const wrapper = wrapAndRender({ room });
|
||||||
|
|
||||||
|
SettingsStore.setValue("feature_wysiwyg_composer", null, SettingLevel.DEVICE, false);
|
||||||
expect(wrapper.find(WysiwygComposer)).toBeTruthy();
|
expect(wrapper.find(WysiwygComposer)).toBeTruthy();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue