1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 13:25:15 +00:00
This commit is contained in:
Girish Ramakrishnan
2025-05-04 14:58:34 +02:00
parent cf05842d11
commit 4a1c4f7eab

View File

@@ -98,7 +98,7 @@ describe('Application life cycle test', function () {
}
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 waitForElement(By.id('stream'));