@digital-ai/devops-page-object-release 0.0.0-snapshot-20251205180746 → 0.0.0-snapshot-20251205190028

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
@@ -5901,6 +5901,9 @@ class $2cb6a6ac6b17e85f$export$107317390f5aa598 extends (0, $9626bc9256ce31f7$ex
5901
5901
  }).locator(`td`).filter({
5902
5902
  hasText: type
5903
5903
  }).count()).toBeGreaterThan(0);
5904
+ if (user.accountLocked) (0, $hOLA6$expect)(await this.page.locator(`tr`).filter({
5905
+ hasText: user.name
5906
+ }).locator('[data-testid="user-account-lock"]').isVisible()).toBeTruthy();
5904
5907
  if (user.email) (0, $hOLA6$expect)(await this.page.locator(`tr`).filter({
5905
5908
  hasText: user.name
5906
5909
  }).locator(`td`).filter({