@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/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -6959,7 +6959,7 @@ class $3ceab7c613cabfd6$export$107317390f5aa598 extends (0, $f8721861c660dd88$ex
|
|
|
6959
6959
|
return this;
|
|
6960
6960
|
}
|
|
6961
6961
|
async expectUserUnlockedToaster(user) {
|
|
6962
|
-
await (0, $kKeXs$playwrighttest.expect)(this.page.getByText(`User ${user} was unlocked and can now login in again
|
|
6962
|
+
await (0, $kKeXs$playwrighttest.expect)(this.page.getByText(`User ${user} was unlocked and can now login in again.`)).toBeVisible({
|
|
6963
6963
|
timeout: 10000
|
|
6964
6964
|
});
|
|
6965
6965
|
}
|