Skip to content

Commit

Permalink
[RFR][AF] Fix for stakeholder groups tests
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/e2e/views/common.view.ts
  • Loading branch information
kpunwatk committed Oct 4, 2023
1 parent 86bc38e commit 2e9e501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/views/common.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const duplicateNameWarning = "h4[class*='alert__title']";
export const appTable = ".pf-v5-c-table";
export const expandableRow = ".pf-c-expandable-row";
export const nameHelper = "span.pf-v5-c-helper-text__item-text";
export const descriptionHelper = "div[id=description-helper]";
export const descriptionHelper = "div.pf-v5-c-helper-text";
export const emailHelper = "div[id=email-helper]";
export const filterToggleButton = "div.pf-c-dropdown > button.pf-c-dropdown__toggle";
export const filterInput = "input[type='search']";
Expand All @@ -54,7 +54,7 @@ export const selectFilter = "div.pf-m-toggle-group.pf-m-filter-group.pf-m-show";
export const itemsSelectInsideDialog =
"div[role='dialog'] button[class='pf-v5-c-menu-toggle__button']";
export const helperBusiness = 'span[class*="helper-text__item"]';
export const nameHelperStakeholderGroup = "#-helper";
export const nameHelperStakeholderGroup = "div.pf-v5-c-helper-text";
export const actionMenuItem = "span.pf-v5-c-menu__item-text";
export const kebabMenuItem = "a.pf-c-dropdown__menu-item";
export const commonTable = "table[aria-label='main-table']";
Expand Down

0 comments on commit 2e9e501

Please sign in to comment.