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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user