Skip to content

Commit

Permalink
WEBUI-1455: Analysis on retention cicd ftest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Mar 6, 2024
1 parent aa1770f commit 855f32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxeo-web-ui-ftest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@babel/register": "^7.14.5",
"@cucumber/tag-expressions": "^2.0.4",
"@wdio/cli": "^8.16.11",
"@wdio/cucumber-framework": "^8.16.11",
"@wdio/local-runner": "^8.16.11",
"@wdio/spec-reporter": "^8.16.9",
"babel-plugin-transform-rename-import": "^2.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/nuxeo-web-ui-ftest/pages/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const url = async (...args) => {
};

const clickActionMenu = async (menu, selector) => {
await driver.pause(2000);
const action = await menu.$(selector);
await action.waitForExist();
if ((await action.getAttribute('show-label')) !== null) {
Expand Down

0 comments on commit 855f32c

Please sign in to comment.