Revert "email api does not exist in old version"

This reverts commit da1ad85e6a.
This commit is contained in:
Johannes Zellner 2016-09-07 23:18:28 +02:00
parent 58a532d9ac
commit 2133b7339e
2 changed files with 2 additions and 4 deletions

View File

@ -75,8 +75,7 @@ describe('Cloudron update testing', function () {
cloudron.setCredentials(owner.password, token); cloudron.setCredentials(owner.password, token);
}); });
// enable this in next release it('can enable email', function () {
xit('can enable email', function () {
cloudron.setEmailEnabled(true); cloudron.setEmailEnabled(true);
}); });

View File

@ -65,8 +65,7 @@ describe('Cloudron update testing', function () {
cloudron.activate(owner); cloudron.activate(owner);
}); });
// enable this is next release it('can enable email', function () {
xit('can enable email', function () {
cloudron.setEmailEnabled(true); cloudron.setEmailEnabled(true);
}); });