diff --git a/cypress/e2e/views/common.view.ts b/cypress/e2e/views/common.view.ts index bb1cef460..6cc6f3b16 100644 --- a/cypress/e2e/views/common.view.ts +++ b/cypress/e2e/views/common.view.ts @@ -35,7 +35,7 @@ export const expandableRow = ".pf-c-expandable-row"; export const nameHelper = "span.pf-v5-c-helper-text__item-text"; export const filterToggleButton = "div.pf-c-dropdown > button.pf-c-dropdown__toggle"; export const filterInput = "input[type='search']"; -export const searchButton = "#search-button"; +export const searchButton = "button#search-button"; export const nextPageButton = "button[aria-label='Go to next page']"; export const prevPageButton = "button[aria-label='Go to previous page']"; export const lastPageButton = "button[aria-label='Go to last page']";