@digital-ai/devops-page-object-release 0.0.0-snapshot-20250925174902 → 0.0.0-snapshot-20250929164543

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
@@ -204,7 +204,7 @@ class $b34a21212642e54d$export$7034f81075184002 extends (0, $9626bc9256ce31f7$ex
204
204
  return this;
205
205
  }
206
206
  async clearAllFilters() {
207
- await this.page.locator(`${this.getHeaderSelector()} .release-list-filter-row button[data-testid="clear-all-btn"]`).click();
207
+ await this.page.locator(`${this.getHeaderSelector()} .filter-row button[data-testid="clear-all-btn"]`).click();
208
208
  return this;
209
209
  }
210
210
  async clearAllStatusFilters() {