@digital-ai/devops-page-object-release 0.0.0-snapshot-20251204122443 → 0.0.0-snapshot-20251205091732

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-20251204122443
3
+ ## 0.0.0-snapshot-20251205091732
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/main.js CHANGED
@@ -6836,6 +6836,9 @@ class $3ceab7c613cabfd6$export$107317390f5aa598 extends (0, $f8721861c660dd88$ex
6836
6836
  }).locator(`td`).filter({
6837
6837
  hasText: type
6838
6838
  }).count()).toBeGreaterThan(0);
6839
+ if (user.accountLocked) (0, $kKeXs$playwrighttest.expect)(await this.page.locator(`tr`).filter({
6840
+ hasText: user.name
6841
+ }).locator('[data-testid="user-account-lock"]').isVisible()).toBeTruthy();
6839
6842
  if (user.email) (0, $kKeXs$playwrighttest.expect)(await this.page.locator(`tr`).filter({
6840
6843
  hasText: user.name
6841
6844
  }).locator(`td`).filter({
@@ -6851,11 +6854,6 @@ class $3ceab7c613cabfd6$export$107317390f5aa598 extends (0, $f8721861c660dd88$ex
6851
6854
  }).locator(`td`).filter({
6852
6855
  hasText: user.externalId
6853
6856
  }).count()).toBeGreaterThan(0);
6854
- if (user.accountLocked) (0, $kKeXs$playwrighttest.expect)(await this.page.locator(`tr`).filter({
6855
- hasText: user.name
6856
- }).locator(`td`).filter({
6857
- hasText: user.accountLocked
6858
- }).count()).toBeGreaterThan(0);
6859
6857
  (0, $kKeXs$playwrighttest.expect)(await this.page.locator(`tr`).filter({
6860
6858
  hasText: user.name
6861
6859
  }).locator(`td .icon-delete`).count()).toBeGreaterThan(0);