@digital-ai/devops-page-object-release 0.0.0-pikachu-20250821071635 → 0.0.0-pikachu-20250825164742
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 +7 -1
- 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 +3 -3
package/dist/module.js
CHANGED
|
@@ -3351,6 +3351,7 @@ class $43cbcdfccb6c2a76$export$f43492e8ac3c566 extends (0, $9626bc9256ce31f7$exp
|
|
|
3351
3351
|
await this.page.getByRole("button", {
|
|
3352
3352
|
name: "Start"
|
|
3353
3353
|
}).click();
|
|
3354
|
+
await (0, $hOLA6$expect)(this.page.locator(".dot-dialog")).not.toBeVisible();
|
|
3354
3355
|
await this.page.waitForSelector("#release");
|
|
3355
3356
|
}
|
|
3356
3357
|
async waitForCompletion(timeout = this.defaultTimeout) {
|