@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 +1 -1
- package/dist/main.js +3 -5
- package/dist/main.js.map +1 -1
- package/dist/module.js +3 -5
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -5900,6 +5900,9 @@ class $2cb6a6ac6b17e85f$export$107317390f5aa598 extends (0, $9626bc9256ce31f7$ex
|
|
|
5900
5900
|
}).locator(`td`).filter({
|
|
5901
5901
|
hasText: type
|
|
5902
5902
|
}).count()).toBeGreaterThan(0);
|
|
5903
|
+
if (user.accountLocked) (0, $hOLA6$expect)(await this.page.locator(`tr`).filter({
|
|
5904
|
+
hasText: user.name
|
|
5905
|
+
}).locator('[data-testid="user-account-lock"]').isVisible()).toBeTruthy();
|
|
5903
5906
|
if (user.email) (0, $hOLA6$expect)(await this.page.locator(`tr`).filter({
|
|
5904
5907
|
hasText: user.name
|
|
5905
5908
|
}).locator(`td`).filter({
|
|
@@ -5915,11 +5918,6 @@ class $2cb6a6ac6b17e85f$export$107317390f5aa598 extends (0, $9626bc9256ce31f7$ex
|
|
|
5915
5918
|
}).locator(`td`).filter({
|
|
5916
5919
|
hasText: user.externalId
|
|
5917
5920
|
}).count()).toBeGreaterThan(0);
|
|
5918
|
-
if (user.accountLocked) (0, $hOLA6$expect)(await this.page.locator(`tr`).filter({
|
|
5919
|
-
hasText: user.name
|
|
5920
|
-
}).locator(`td`).filter({
|
|
5921
|
-
hasText: user.accountLocked
|
|
5922
|
-
}).count()).toBeGreaterThan(0);
|
|
5923
5921
|
(0, $hOLA6$expect)(await this.page.locator(`tr`).filter({
|
|
5924
5922
|
hasText: user.name
|
|
5925
5923
|
}).locator(`td .icon-delete`).count()).toBeGreaterThan(0);
|