We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a9e30 commit ac19506Copy full SHA for ac19506
tests/src/view/mail/message/editor/MessageEditorViewModelTest.js
@@ -390,7 +390,7 @@ StartTest(async t => {
390
session: createSession(),
391
messageDraft: createKeyForExistingMessage(index)
392
});
393
-
+ viewModel.loadDraft();
394
t.waitForMs(t.parent.TIMEOUT, () => {
395
396
t.expect(processMessageDraftLoadFailure.calls.count()).toBe(1);
0 commit comments