cache is cleared, remove extra delete cookies

This commit is contained in:
Girish Ramakrishnan
2025-05-24 09:55:04 +02:00
parent 3ea7e30812
commit 98c8dd38fc

View File

@@ -120,7 +120,6 @@ describe('Application life cycle test', function () {
}
async function loginOIDC(username, password, alreadyAuthenticated, proceedWithReset) {
browser.manage().deleteAllCookies();
await browser.get(`https://${elementApp.fqdn}/#/login`);
await browser.sleep(2000);