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

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,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.50
4
+
5
+ ### Patch Changes
6
+
7
+ - 356daa5: Fix expectNewPluginInstallationInfo
8
+
3
9
  ## 0.0.49
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -5804,7 +5804,7 @@ class $b4d98f757ef92467$export$7b434e00c788d0bf extends (0, $f8721861c660dd88$ex
5804
5804
  }
5805
5805
  async expectNewPluginInstallationInfo(pluginName) {
5806
5806
  await (0, $kKeXs$playwrighttest.expect)(this.page.getByText("New plugin installedPlugin")).toBeVisible();
5807
- await (0, $kKeXs$playwrighttest.expect)(this.page.getByText(pluginName.toLowerCase())).toBeVisible();
5807
+ await (0, $kKeXs$playwrighttest.expect)(this.page.getByText(`release-${pluginName.toLowerCase()}-integration has been installed`)).toBeVisible();
5808
5808
  }
5809
5809
  async clickUpload() {
5810
5810
  await this.page.locator("button", {