Skip to content

Commit

Permalink
Signed-off-by: [email protected] (#758)
Browse files Browse the repository at this point in the history
fixed filter selection
  • Loading branch information
midays authored Oct 23, 2023
1 parent d4c7079 commit 21832fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export function selectFilter(filterName: string, identifiedRisk?: boolean, value
.eq(value)
.within(() => {
click("#filtered-by");
clickWithinByText('div[aria-labelledby="filtered-by"]', "a", filterName);
clickWithinByText('div[class="pf-v5-c-menu__content"]', "button", filterName);
});
}

Expand Down

0 comments on commit 21832fb

Please sign in to comment.