@digital-ai/devops-page-object-release 0.0.0-snapshot-20250904070254 → 0.0.0-snapshot-20250904084626
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.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -9415,6 +9415,9 @@ class $dbc8f157e7b24b12$export$2edf430132ca35d0 extends (0, $f8721861c660dd88$ex
|
|
|
9415
9415
|
hasText: "Changes saved successfully"
|
|
9416
9416
|
})).toBeVisible();
|
|
9417
9417
|
await this.page.locator(".success").getByRole("button").click();
|
|
9418
|
+
await (0, $kKeXs$playwrighttest.expect)(this.page.locator(".success").filter({
|
|
9419
|
+
hasText: "Changes saved successfully"
|
|
9420
|
+
})).not.toBeVisible();
|
|
9418
9421
|
return this;
|
|
9419
9422
|
}
|
|
9420
9423
|
async reset() {
|