@digital-ai/devops-page-object-release 0.0.0-snapshot-20251210075018 → 0.0.0-snapshot-20251210102728
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 +0 -3
- package/dist/main.js.map +1 -1
- package/dist/module.js +0 -3
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +0 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -5936,9 +5936,6 @@ class $2cb6a6ac6b17e85f$export$107317390f5aa598 extends (0, $9626bc9256ce31f7$ex
|
|
|
5936
5936
|
}).locator(`td`).filter({
|
|
5937
5937
|
hasText: type
|
|
5938
5938
|
}).count()).toBeGreaterThan(0);
|
|
5939
|
-
if (user.accountLocked) (0, $hOLA6$expect)(await this.page.locator(`tr`).filter({
|
|
5940
|
-
hasText: user.name
|
|
5941
|
-
}).locator('[data-testid="user-account-lock"]').isVisible()).toBeTruthy();
|
|
5942
5939
|
if (user.email) (0, $hOLA6$expect)(await this.page.locator(`tr`).filter({
|
|
5943
5940
|
hasText: user.name
|
|
5944
5941
|
}).locator(`td`).filter({
|