@digital-ai/devops-page-object-release 0.0.0-snapshot-20251212071754 → 0.0.0-snapshot-20251212092659
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 +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/module.js
CHANGED
|
@@ -6023,7 +6023,7 @@ class $2cb6a6ac6b17e85f$export$107317390f5aa598 extends (0, $9626bc9256ce31f7$ex
|
|
|
6023
6023
|
return this;
|
|
6024
6024
|
}
|
|
6025
6025
|
async expectUserUnlockedToaster(user) {
|
|
6026
|
-
await (0, $hOLA6$expect)(this.page.getByText(`User ${user} was unlocked and can now login in again
|
|
6026
|
+
await (0, $hOLA6$expect)(this.page.getByText(`User ${user} was unlocked and can now login in again.`)).toBeVisible({
|
|
6027
6027
|
timeout: 10000
|
|
6028
6028
|
});
|
|
6029
6029
|
}
|