Skip to content

Commit

Permalink
test pr ftest
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Sep 24, 2024
1 parent ebb91ca commit 7c720a3
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 @@ -18,7 +18,7 @@ export default class Login {
return (async () => {
const baseUrl = process.env.NUXEO_URL || '';
await driver.pause(1000);
await browser.url(baseUrl ? `${baseUrl}/logout` : 'logout');
await browser.url((await baseUrl) ? `${baseUrl}/logout` : 'logout');
return new this();
})();
}
Expand Down

0 comments on commit 7c720a3

Please sign in to comment.