dnsConfig is now sent by appstore
This commit is contained in:
parent
7d6b59f110
commit
8554719d5e
@ -58,10 +58,6 @@ describe('Application flow test', function () {
|
||||
cloudron.setCredentials(owner.password, token);
|
||||
});
|
||||
|
||||
it('can set dns config', function () {
|
||||
cloudron.setDnsConfig({ provider: 'caas' });
|
||||
});
|
||||
|
||||
var location = 'test' + (Math.random() * 10000).toFixed();
|
||||
it('can install app', function () {
|
||||
var manifest = appStore.getManifest(common.TESTAPP_ID, common.TESTAPP_VERSION);
|
||||
|
@ -60,10 +60,6 @@ describe('Cloudron backup testing', function () {
|
||||
cloudron.setCredentials(owner.password, token);
|
||||
});
|
||||
|
||||
it('can set dns config', function () {
|
||||
cloudron.setDnsConfig({ provider: 'caas' });
|
||||
});
|
||||
|
||||
var location = 'test' + (Math.random() * 10000).toFixed();
|
||||
it('can install app', function () {
|
||||
var manifest = appStore.getManifest(common.TESTAPP_ID, common.TESTAPP_VERSION);
|
||||
|
@ -74,10 +74,6 @@ describe('Cloudron update testing', function () {
|
||||
cloudron.setCredentials(owner.password, token);
|
||||
});
|
||||
|
||||
it('can set dns config', function () {
|
||||
cloudron.setDnsConfig({ provider: 'caas' });
|
||||
});
|
||||
|
||||
var location = 'test' + (Math.random() * 10000).toFixed();
|
||||
it('can install app', function () {
|
||||
var manifest = appStore.getManifest(common.TESTAPP_ID, common.PREV_TESTAPP_VERSION);
|
||||
|
@ -58,10 +58,6 @@ describe('Cloudron user creation testing', function () {
|
||||
cloudron.setCredentials(owner.password, token);
|
||||
});
|
||||
|
||||
it('can set dns config', function () {
|
||||
cloudron.setDnsConfig({ provider: 'caas' });
|
||||
});
|
||||
|
||||
it('can create user', function () {
|
||||
newUser = cloudron.addUser('newuser', 'girish@forwardbias.in');
|
||||
});
|
||||
|
@ -69,10 +69,6 @@ describe('Appstore new user flow', function () {
|
||||
cloudron.setCredentials(owner.password, token);
|
||||
});
|
||||
|
||||
it('can set dns config', function () {
|
||||
cloudron.setDnsConfig({ provider: 'caas' });
|
||||
});
|
||||
|
||||
var location = 'haste' + (Math.random() * 10000).toFixed();
|
||||
it('can install app', function () {
|
||||
var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.1.1');
|
||||
|
Loading…
Reference in New Issue
Block a user