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();