email api does not exist in old version
This commit is contained in:
parent
68fb024d85
commit
da1ad85e6a
@ -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);
|
||||
});
|
||||
|
||||
|
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user