From 8f6114fbeeae62f7478e259cec9a23a86d35cca5 Mon Sep 17 00:00:00 2001 From: Shevijacobson <139786296+Shevijacobson@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:38:28 +0300 Subject: [PATCH] use performRowActionByIcon for editing archetype (#1235) Signed-off-by: shevijacobson --- cypress/e2e/models/migration/archetypes/archetype.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/models/migration/archetypes/archetype.ts b/cypress/e2e/models/migration/archetypes/archetype.ts index b3028f4a4..ab72f99fc 100644 --- a/cypress/e2e/models/migration/archetypes/archetype.ts +++ b/cypress/e2e/models/migration/archetypes/archetype.ts @@ -26,6 +26,7 @@ import { confirm, sidedrawerTab, validatePageTitle, + performRowActionByIcon, } from "../../../../utils/utils"; import { legacyPathfinder, migration, review, SEC, tdTag, trTag } from "../../../types/constants"; import { navMenu } from "../../../views/menu.view"; @@ -165,7 +166,7 @@ export class Archetype { cancel = false ): void { Archetype.open(); - clickKebabMenuOptionArchetype(this.name, "Edit"); + performRowActionByIcon(this.name, commonView.pencilIcon); if (cancel) { cancelForm();