UX: Switched composer draft saving to animations (#7356)

This commit is contained in:
Tim Lange
2019-04-11 16:03:36 +02:00
committed by Kris
parent 5c8213ffd3
commit 9a428acce4
6 changed files with 63 additions and 5 deletions

View File

@ -638,6 +638,8 @@ QUnit.test("Can switch states without abandon popup", async assert => {
"mode should have changed"
);
assert.ok(find(".save-animation"), "save animation should show");
toggleCheckDraftPopup(false);
});