Skip to content

Commit

Permalink
test ftest 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Sep 24, 2024
1 parent 2fc545e commit 9c376df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nuxeo-web-ui-ftest/pages/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ 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 9c376df

Please sign in to comment.