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

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
@@ -5874,7 +5874,7 @@ class $2cb6a6ac6b17e85f$export$107317390f5aa598 extends (0, $9626bc9256ce31f7$ex
5874
5874
  }
5875
5875
  async deleteUser(username) {
5876
5876
  await this.page.getByTestId(`user-actions-btn-${username}`).click();
5877
- await this.page.getByTestId(`delete-btn-${username}`).click();
5877
+ await this.page.locator(".icon-delete").click();
5878
5878
  await this.modal.delete();
5879
5879
  }
5880
5880
  async openRoles() {
@@ -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({