@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/CHANGELOG.md +1 -1
- package/dist/main.js +3 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +3 -0
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -6837,6 +6837,9 @@ class $3ceab7c613cabfd6$export$107317390f5aa598 extends (0, $f8721861c660dd88$ex
|
|
|
6837
6837
|
}).locator(`td`).filter({
|
|
6838
6838
|
hasText: type
|
|
6839
6839
|
}).count()).toBeGreaterThan(0);
|
|
6840
|
+
if (user.accountLocked) (0, $kKeXs$playwrighttest.expect)(await this.page.locator(`tr`).filter({
|
|
6841
|
+
hasText: user.name
|
|
6842
|
+
}).locator('[data-testid="user-account-lock"]').isVisible()).toBeTruthy();
|
|
6840
6843
|
if (user.email) (0, $kKeXs$playwrighttest.expect)(await this.page.locator(`tr`).filter({
|
|
6841
6844
|
hasText: user.name
|
|
6842
6845
|
}).locator(`td`).filter({
|