@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/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -6872,9 +6872,6 @@ class $3ceab7c613cabfd6$export$107317390f5aa598 extends (0, $f8721861c660dd88$ex
|
|
|
6872
6872
|
}).locator(`td`).filter({
|
|
6873
6873
|
hasText: type
|
|
6874
6874
|
}).count()).toBeGreaterThan(0);
|
|
6875
|
-
if (user.accountLocked) (0, $kKeXs$playwrighttest.expect)(await this.page.locator(`tr`).filter({
|
|
6876
|
-
hasText: user.name
|
|
6877
|
-
}).locator('[data-testid="user-account-lock"]').isVisible()).toBeTruthy();
|
|
6878
6875
|
if (user.email) (0, $kKeXs$playwrighttest.expect)(await this.page.locator(`tr`).filter({
|
|
6879
6876
|
hasText: user.name
|
|
6880
6877
|
}).locator(`td`).filter({
|