Skip to content

Commit

Permalink
rm commentss
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Dec 11, 2023
1 parent 503b7dc commit cb50f28
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,4 @@ export function withHoverActionsReady() {
delay: 500,
}
);
// cy.get('body').then(($body) => {
// if ($body.find(actionsButtonInPortal).length > 0) {
// cy.get(actionsButtonInPortal).should('be.visible');
// action();
// } else if (maxTries <= 0) {
// throw new Error(`Max tries reached. The element ${actionsButtonInPortal} is not visible.`);
// } else {
// openHoverActions();
// mouseoverOnToOverflowItem();
// withHoverActionsReady(action, maxTries - 1);
// }
// });
}

0 comments on commit cb50f28

Please sign in to comment.