Skip to content

Commit

Permalink
WEBUI-1583: ftest pipeline failing in nuxeo-web-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Sep 24, 2024
1 parent 91c3aba commit 6408b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxeo-web-ui-ftest/pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default class Login {
const baseUrl = process.env.NUXEO_URL || '';
await driver.pause(1000);
await browser.url(baseUrl ? `${baseUrl}/logout` : 'logout');
await driver.pause(4000);
return new this();
})();
}
Expand Down

0 comments on commit 6408b07

Please sign in to comment.