Skip to content

Commit

Permalink
Revert "Using performRowActionByIcon for editing archetype (#1225)" (#…
Browse files Browse the repository at this point in the history
…1227)

This reverts commit 22cee7c.

Signed-off-by: Maayan Hadasi <[email protected]>
  • Loading branch information
mguetta1 authored Sep 22, 2024
1 parent 22cee7c commit 2a26a9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/e2e/models/migration/archetypes/archetype.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -163,7 +162,7 @@ export class Archetype {
cancel = false
): void {
Archetype.open();
performRowActionByIcon(this.name, commonView.pencilIcon);
clickKebabMenuOptionArchetype(this.name, "Edit");

if (cancel) {
cancelForm();
Expand Down

0 comments on commit 2a26a9e

Please sign in to comment.