diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-08 14:45:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-08 16:26:38 +0100 |
commit | 9f1dc2dc535011a782c8661fa75b388e77dda23e (patch) | |
tree | f2050a20db5a819f0a6cf5d2137a3fcfbd7b9c26 /components | |
parent | ed317a9be63c6877702d0871e5fa1bef34ab799f (diff) | |
download | kube-9f1dc2dc535011a782c8661fa75b388e77dda23e.tar.gz kube-9f1dc2dc535011a782c8661fa75b388e77dda23e.zip |
Remove drafts after sending the message
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/tests/tst_composerview.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/kube/tests/tst_composerview.qml b/components/kube/tests/tst_composerview.qml index a315c79a..67db6ef6 100644 --- a/components/kube/tests/tst_composerview.qml +++ b/components/kube/tests/tst_composerview.qml | |||
@@ -92,7 +92,6 @@ TestCase { | |||
92 | sendMailButton.clicked() | 92 | sendMailButton.clicked() |
93 | 93 | ||
94 | tryVerify(function(){ return TestStore.load("mail", {resource: "resource2"}) }) | 94 | tryVerify(function(){ return TestStore.load("mail", {resource: "resource2"}) }) |
95 | //TODO ensure draft is deleted | 95 | tryVerify(function(){ return !TestStore.load("mail", {resource: "resource1"}) }) |
96 | //TODO ensure draft is deleted | ||
97 | } | 96 | } |
98 | } | 97 | } |