|
@@ -75,7 +75,7 @@ describe('Application life cycle test', function () {
|
|
}).then(function () {
|
|
}).then(function () {
|
|
return browser.findElement(by.xpath('//button[text()="OK"]')).click();
|
|
return browser.findElement(by.xpath('//button[text()="OK"]')).click();
|
|
}).then(function () {
|
|
}).then(function () {
|
|
- return browser.sleep(20000); // wait 20secs for reload
|
|
|
|
|
|
+ return browser.sleep(30000); // wait 30secs for reload
|
|
}).then(function () {
|
|
}).then(function () {
|
|
return browser.get('https://' + app.fqdn + '/admin');
|
|
return browser.get('https://' + app.fqdn + '/admin');
|
|
}).then(function () {
|
|
}).then(function () {
|