@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/dist/module.js CHANGED
@@ -8479,6 +8479,9 @@ class $2cbb78eec86d0a9f$export$2edf430132ca35d0 extends (0, $9626bc9256ce31f7$ex
8479
8479
  hasText: "Changes saved successfully"
8480
8480
  })).toBeVisible();
8481
8481
  await this.page.locator(".success").getByRole("button").click();
8482
+ await (0, $hOLA6$expect)(this.page.locator(".success").filter({
8483
+ hasText: "Changes saved successfully"
8484
+ })).not.toBeVisible();
8482
8485
  return this;
8483
8486
  }
8484
8487
  async reset() {