Skip to content

Commit

Permalink
test pr ftest 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Sep 24, 2024
1 parent 10d1431 commit fe90ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nuxeo-web-ui-ftest/pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export default class Login {
static get() {
return (async () => {
const baseUrl = (await process.env.NUXEO_URL) || '';
/* eslint-disable no-console */
console.log(baseUrl);
await driver.pause(1000);
await browser.url((await baseUrl) ? `${baseUrl}/logout` : 'logout');
return new this();
Expand Down

0 comments on commit fe90ead

Please sign in to comment.