From cb50f28e66022c85f95f66c880eeca6f11c56618 Mon Sep 17 00:00:00 2001 From: Steph Milovic Date: Mon, 11 Dec 2023 14:17:19 -0600 Subject: [PATCH] rm commentss --- .../cypress/tasks/network/flows.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/x-pack/test/security_solution_cypress/cypress/tasks/network/flows.ts b/x-pack/test/security_solution_cypress/cypress/tasks/network/flows.ts index 4d007bc12cc5e..5c335ea553682 100644 --- a/x-pack/test/security_solution_cypress/cypress/tasks/network/flows.ts +++ b/x-pack/test/security_solution_cypress/cypress/tasks/network/flows.ts @@ -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); - // } - // }); }