1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 05:15:12 +00:00

Version 1.6.3

This commit is contained in:
Girish Ramakrishnan
2019-07-29 11:47:10 -07:00
parent d40f9e7743
commit 03f5d712f5
4 changed files with 11 additions and 5 deletions

View File

@@ -73,9 +73,7 @@ describe('Application life cycle test', function () {
}
function login(password, callback) {
clearCache().then(function () {
return browser.get('https://' + app.fqdn);
}).then(function () {
browser.get('https://' + app.fqdn).then(function () {
return visible(by.id('loginButton'));
}).then(function () {
return browser.findElement(by.id('username')).sendKeys(username);