@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 +2 -1
- package/index.cjs.js.map +1 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -117925,7 +117925,8 @@ class TeamMembers {
|
|
|
117925
117925
|
await expect(this.page.locator(COMMON_SELECTORS.tableSpinner)).toBeHidden();
|
|
117926
117926
|
};
|
|
117927
117927
|
this.filterMembers = async ({ email = { id: "", condition: "Is" }, roles = [], name = "", }) => {
|
|
117928
|
-
await this.page
|
|
117928
|
+
await filterUtils.clearFiltersFromActionBlock(this.page);
|
|
117929
|
+
await filterUtils.openFilterPane(this.page);
|
|
117929
117930
|
if (isPresent(email.id)) {
|
|
117930
117931
|
await this.page
|
|
117931
117932
|
.getByTestId(NEETO_FILTERS_SELECTORS.emailSelectContainer)
|