@digital-ai/devops-page-object-release 0.0.0-pikachu-20250814100204 → 0.0.0-pikachu-20250814171029

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/dist/module.js CHANGED
@@ -192,7 +192,9 @@ class $b34a21212642e54d$export$7034f81075184002 extends (0, $9626bc9256ce31f7$ex
192
192
  return this;
193
193
  }
194
194
  async openFilterDrawer() {
195
- await this.page.locator(`${this.getHeaderSelector()} .dot-badge .dot-icon-btn[aria-label="filter icon button"]`).click();
195
+ await this.page.locator(`${this.getHeaderSelector()} button`, {
196
+ hasText: "Filters"
197
+ }).click();
196
198
  await (0, $hOLA6$expect)(this.page.locator(this.getFilterDrawerSelector())).toBeVisible();
197
199
  return this;
198
200
  }