@digital-ai/devops-page-object-release 0.0.0-snapshot-20251215122615 → 0.0.0-snapshot-20251216091120

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
@@ -5048,7 +5048,7 @@ class $112122b844be02a3$export$e2613a7eee3a1b1b extends (0, $9626bc9256ce31f7$ex
5048
5048
  for (const team of teams){
5049
5049
  const teamRow = this.page.locator(`tr:has-text("${team}")`);
5050
5050
  if (readOnly) await (0, $hOLA6$expect)(teamRow.getByTitle("Delete")).toHaveCount(0);
5051
- else await (0, $hOLA6$expect)(teamRow.getByTitle("Delete")).toHaveCount(1);
5051
+ else await (0, $hOLA6$expect)(teamRow.getByTitle("Delete")).toBeVisible();
5052
5052
  }
5053
5053
  }
5054
5054
  async expectInheritTeamsDisabled() {