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 5, 2024
1 parent 44d6007 commit c7db1b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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: 0 additions & 1 deletion packages/nuxeo-web-ui-ftest/pages/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const url = async (...args) => {

const clickActionMenu = async (menu, selector) => {
const action = await menu.$(selector);
await action.waitForExist();
if ((await action.getAttribute('show-label')) !== null) {
// if the element is inside the dropdown, we need to expand it
const myButton = await menu.$('#dropdownButton');
Expand Down

0 comments on commit c7db1b9

Please sign in to comment.