@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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-snapshot-20251215122615
3
+ ## 0.0.0-snapshot-20251216091120
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/main.js CHANGED
@@ -5984,7 +5984,7 @@ class $e5c8dec182aa2e84$export$e2613a7eee3a1b1b extends (0, $f8721861c660dd88$ex
5984
5984
  for (const team of teams){
5985
5985
  const teamRow = this.page.locator(`tr:has-text("${team}")`);
5986
5986
  if (readOnly) await (0, $kKeXs$playwrighttest.expect)(teamRow.getByTitle("Delete")).toHaveCount(0);
5987
- else await (0, $kKeXs$playwrighttest.expect)(teamRow.getByTitle("Delete")).toHaveCount(1);
5987
+ else await (0, $kKeXs$playwrighttest.expect)(teamRow.getByTitle("Delete")).toBeVisible();
5988
5988
  }
5989
5989
  }
5990
5990
  async expectInheritTeamsDisabled() {