Skip to content

Commit

Permalink
adapt-filter-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Brugarolas <[email protected]>
  • Loading branch information
abrugaro committed Oct 26, 2023
1 parent 5977f31 commit 20bedff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/views/common.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']";
Expand Down

0 comments on commit 20bedff

Please sign in to comment.