mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-12-06 08:10:11 +00:00
Fix test
This commit is contained in:
@@ -98,7 +98,7 @@ describe('Application life cycle test', function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function logout() {
|
async function logout() {
|
||||||
var logout_btn = By.xpath('//li/a[@class="signout"]');
|
var logout_btn = By.xpath('//li/*[contains(@class,"signout")]');
|
||||||
|
|
||||||
await browser.get('https://' + app.fqdn);
|
await browser.get('https://' + app.fqdn);
|
||||||
await waitForElement(By.id('stream'));
|
await waitForElement(By.id('stream'));
|
||||||
|
|||||||
Reference in New Issue
Block a user