mirror of https://github.com/vector-im/riot-web
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);
|
||||
const wrapper = wrapAndRender({ room });
|
||||
|
||||
SettingsStore.setValue("feature_wysiwyg_composer", null, SettingLevel.DEVICE, false);
|
||||
expect(wrapper.find(WysiwygComposer)).toBeTruthy();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue