diff --git a/test/cloudron-user-test.js b/test/cloudron-user-test.js index 093b9af..0ac1d21 100644 --- a/test/cloudron-user-test.js +++ b/test/cloudron-user-test.js @@ -23,7 +23,7 @@ function verifyResponse(res, errorMessage) { } } -describe('End to end testing', function () { +describe('Cloudron user creation testing', function () { this.timeout(0); var appStore = new AppStore('https://api.staging.cloudron.io'); diff --git a/test/new-user-test.js b/test/new-user-test.js index 86be394..6ff0663 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -23,7 +23,7 @@ function verifyResponse(res, errorMessage) { } } -describe('End to end testing', function () { +describe('Appstore new user flow', function () { this.timeout(0); var appStore = new AppStore('https://api.staging.cloudron.io'); diff --git a/test/update-test.js b/test/update-test.js index f7879a7..2cc1b8b 100644 --- a/test/update-test.js +++ b/test/update-test.js @@ -23,7 +23,7 @@ function verifyResponse(res, errorMessage) { } } -describe('End to end testing', function () { +describe('Cloudron update testing', function () { this.timeout(0); var appStore = new AppStore('https://api.staging.cloudron.io');