@digital-ai/devops-page-object-release 0.0.72 → 0.0.73
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 +1 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -0
- 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
|
@@ -3283,6 +3283,7 @@ class $43cbcdfccb6c2a76$export$f43492e8ac3c566 extends (0, $9626bc9256ce31f7$exp
|
|
|
3283
3283
|
await this.page.getByRole("button", {
|
|
3284
3284
|
name: "Start"
|
|
3285
3285
|
}).click();
|
|
3286
|
+
await (0, $hOLA6$expect)(this.page.locator(".dot-dialog")).not.toBeVisible();
|
|
3286
3287
|
await this.page.waitForSelector("#release");
|
|
3287
3288
|
}
|
|
3288
3289
|
async waitForCompletion(timeout = this.defaultTimeout) {
|