Fix descriptions of tests

This commit is contained in:
Girish Ramakrishnan 2015-06-15 20:50:39 -07:00
parent 6c8cbd5dd3
commit 6f8f82ee83
3 changed files with 3 additions and 3 deletions

View File

@ -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');

View File

@ -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');

View File

@ -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');