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 7c720a3 commit 10d1431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxeo-web-ui-ftest/pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class Login {

static get() {
return (async () => {
const baseUrl = process.env.NUXEO_URL || '';
const baseUrl = (await process.env.NUXEO_URL) || '';
await driver.pause(1000);
await browser.url((await baseUrl) ? `${baseUrl}/logout` : 'logout');
return new this();
Expand Down

0 comments on commit 10d1431

Please sign in to comment.