Fix descriptions of tests
This commit is contained in:
parent
6c8cbd5dd3
commit
6f8f82ee83
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user