@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/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -5800,11 +5800,11 @@ class $b4d98f757ef92467$export$7b434e00c788d0bf extends (0, $f8721861c660dd88$ex
|
|
|
5800
5800
|
}).getByRole("button").click();
|
|
5801
5801
|
}
|
|
5802
5802
|
async expectRestartInfo() {
|
|
5803
|
-
await (0, $kKeXs$playwrighttest.expect)(this.page.
|
|
5803
|
+
await (0, $kKeXs$playwrighttest.expect)(this.page.getByText("Restart Digital.ai Release to finish installing the plugin.")).toBeVisible();
|
|
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.
|
|
5807
|
+
await (0, $kKeXs$playwrighttest.expect)(this.page.getByText(pluginName.toLowerCase())).toBeVisible();
|
|
5808
5808
|
}
|
|
5809
5809
|
async clickUpload() {
|
|
5810
5810
|
await this.page.locator("button", {
|