diff --git a/cypress/e2e/views/common.view.ts b/cypress/e2e/views/common.view.ts index 61006db2d..934521f71 100644 --- a/cypress/e2e/views/common.view.ts +++ b/cypress/e2e/views/common.view.ts @@ -31,7 +31,7 @@ export const infoAlertMessage = "div[aria-label='Info Alert']"; export const duplicateNameWarning = "h4[class*='alert__title']"; export const appTable = "table[aria-label='main-table']"; export const expandableRow = ".pf-c-expandable-row"; -export const nameHelper = "div[id=name-helper]"; +export const nameHelper = "span.pf-v5-c-helper-text__item-text"; export const descriptionHelper = "div[id=description-helper]"; export const emailHelper = "div[id=email-helper]"; export const filterToggleButton = "div.pf-c-dropdown > button.pf-c-dropdown__toggle"; diff --git a/cypress/e2e/views/menu.view.ts b/cypress/e2e/views/menu.view.ts index d2766dafc..1113547cc 100644 --- a/cypress/e2e/views/menu.view.ts +++ b/cypress/e2e/views/menu.view.ts @@ -14,4 +14,4 @@ See the License for the specific language governing permissions and limitations under the License. */ export const navMenu = 'a[class*="nav__link"]'; -export const navTab = "span.pf-c-tabs__item-text"; +export const navTab = "span.pf-v5-c-tabs__item-text";