@digital-ai/devops-page-object-release 0.0.48 → 0.0.49

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
@@ -4864,11 +4864,11 @@ class $ecd0868a4240184d$export$7b434e00c788d0bf extends (0, $9626bc9256ce31f7$ex
4864
4864
  }).getByRole("button").click();
4865
4865
  }
4866
4866
  async expectRestartInfo() {
4867
- await (0, $hOLA6$expect)(this.page.locator(".dot-alert-banner")).toContainText("Restart Digital.ai Release to finish installing the plugin.");
4867
+ await (0, $hOLA6$expect)(this.page.getByText("Restart Digital.ai Release to finish installing the plugin.")).toBeVisible();
4868
4868
  }
4869
4869
  async expectNewPluginInstallationInfo(pluginName) {
4870
4870
  await (0, $hOLA6$expect)(this.page.getByText("New plugin installedPlugin")).toBeVisible();
4871
- await (0, $hOLA6$expect)(this.page.getByLabel(".dot-alert-banner").locator("div")).toContainText("New plugin installedPlugin release-" + pluginName.toLowerCase() + "-integration has been installed, click here to reload the changes or refresh your browser");
4871
+ await (0, $hOLA6$expect)(this.page.getByText(pluginName.toLowerCase())).toBeVisible();
4872
4872
  }
4873
4873
  async clickUpload() {
4874
4874
  await this.page.locator("button", {