@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/CHANGELOG.md +6 -0
- package/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
4871
|
+
await (0, $hOLA6$expect)(this.page.getByText(pluginName.toLowerCase())).toBeVisible();
|
|
4872
4872
|
}
|
|
4873
4873
|
async clickUpload() {
|
|
4874
4874
|
await this.page.locator("button", {
|