email api does not exist in old version

This commit is contained in:
Girish Ramakrishnan 2016-09-02 00:13:56 -07:00
parent 68fb024d85
commit da1ad85e6a
2 changed files with 4 additions and 2 deletions

View File

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

View File

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