Revert "email api does not exist in old version"
This reverts commit da1ad85e6a
.
This commit is contained in:
parent
58a532d9ac
commit
2133b7339e
@ -75,8 +75,7 @@ describe('Cloudron update testing', function () {
|
||||
cloudron.setCredentials(owner.password, token);
|
||||
});
|
||||
|
||||
// enable this in next release
|
||||
xit('can enable email', function () {
|
||||
it('can enable email', function () {
|
||||
cloudron.setEmailEnabled(true);
|
||||
});
|
||||
|
||||
|
@ -65,8 +65,7 @@ describe('Cloudron update testing', function () {
|
||||
cloudron.activate(owner);
|
||||
});
|
||||
|
||||
// enable this is next release
|
||||
xit('can enable email', function () {
|
||||
it('can enable email', function () {
|
||||
cloudron.setEmailEnabled(true);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user