@bigbinary/neeto-playwright-commons 1.26.2 → 1.26.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -117946,7 +117946,8 @@ class TeamMembers {
117946
117946
  await test.expect(this.page.locator(COMMON_SELECTORS.tableSpinner)).toBeHidden();
117947
117947
  };
117948
117948
  this.filterMembers = async ({ email = { id: "", condition: "Is" }, roles = [], name = "", }) => {
117949
- await this.page.getByTestId(NEETO_FILTERS_SELECTORS.filterButton).click();
117949
+ await filterUtils.clearFiltersFromActionBlock(this.page);
117950
+ await filterUtils.openFilterPane(this.page);
117950
117951
  if (neetoCist.isPresent(email.id)) {
117951
117952
  await this.page
117952
117953
  .getByTestId(NEETO_FILTERS_SELECTORS.emailSelectContainer)