|
@@ -48,12 +48,6 @@ describe('Application life cycle test', function () {
|
|
browser.manage().deleteAllCookies();
|
|
browser.manage().deleteAllCookies();
|
|
}).then(function () {
|
|
}).then(function () {
|
|
return browser.get('https://' + app.fqdn + '/login');
|
|
return browser.get('https://' + app.fqdn + '/login');
|
|
- }).then(function () {
|
|
|
|
- return browser.sleep(5000);
|
|
|
|
- }).then(function () {
|
|
|
|
- return browser.executeScript('localStorage.clear();');
|
|
|
|
- }).then(function () {
|
|
|
|
- return browser.get('https://' + app.fqdn + '/login');
|
|
|
|
}).then(function () {
|
|
}).then(function () {
|
|
return browser.sleep(10000); // takes some time for username to be visible
|
|
return browser.sleep(10000); // takes some time for username to be visible
|
|
}).then(function () {
|
|
}).then(function () {
|