@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-snapshot-20250904070254
3
+ ## 0.0.0-snapshot-20250904084626
4
4
 
5
5
  ### Patch Changes
6
6
 
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() {