Skip to content

Commit

Permalink
WEBUI-1583: ftest pipeline failing in nuxeo-web-ui adding pause
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Sep 24, 2024
1 parent 8121f12 commit d1fb7b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxeo-web-ui-ftest/pages/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export default class UI extends BasePage {
return (async () => {
url(process.env.NUXEO_URL ? '' : 'ui');
if (!(await global.locale)) {
await driver.pause(2000);
await $('nuxeo-app:not([unresolved])').waitForVisible();
const locale = await browser.execute(async () => (await window.nuxeo.I18n.language) || 'en');
if (locale) {
Expand Down

0 comments on commit d1fb7b2

Please sign in to comment.