Skip to content

Commit

Permalink
removed driver.pause from login.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alokhyland committed Jan 10, 2025
1 parent fd7d4ac commit 96fbd00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nuxeo-web-ui-ftest/pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 96fbd00

Please sign in to comment.