From a1f1e95473cee2bc530c6ac1d4823d82987d5378 Mon Sep 17 00:00:00 2001 From: Maayan Hadasi <60384172+mguetta1@users.noreply.github.com> Date: Sun, 22 Sep 2024 10:35:24 +0300 Subject: [PATCH] Revert "Using performRowActionByIcon for editing archetype (#1225)" This reverts commit 22cee7cf0ef55fec34edf54fd9e3467cb44f0a4f. --- cypress/e2e/models/migration/archetypes/archetype.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress/e2e/models/migration/archetypes/archetype.ts b/cypress/e2e/models/migration/archetypes/archetype.ts index 0be389d3e..25a71f6ab 100644 --- a/cypress/e2e/models/migration/archetypes/archetype.ts +++ b/cypress/e2e/models/migration/archetypes/archetype.ts @@ -26,7 +26,6 @@ import { confirm, sidedrawerTab, validatePageTitle, - performRowActionByIcon, } from "../../../../utils/utils"; import { legacyPathfinder, migration, review, SEC, tdTag, trTag } from "../../../types/constants"; import { navMenu } from "../../../views/menu.view"; @@ -163,7 +162,7 @@ export class Archetype { cancel = false ): void { Archetype.open(); - performRowActionByIcon(this.name, commonView.pencilIcon); + clickKebabMenuOptionArchetype(this.name, "Edit"); if (cancel) { cancelForm();