@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.73
4
+
5
+ ### Patch Changes
6
+
7
+ - c1b4f5b: S-123074: Wait for dialog to be closed
8
+
3
9
  ## 0.0.72
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -4219,6 +4219,7 @@ class $9b9a8c3da392d020$export$f43492e8ac3c566 extends (0, $f8721861c660dd88$exp
4219
4219
  await this.page.getByRole("button", {
4220
4220
  name: "Start"
4221
4221
  }).click();
4222
+ await (0, $kKeXs$playwrighttest.expect)(this.page.locator(".dot-dialog")).not.toBeVisible();
4222
4223
  await this.page.waitForSelector("#release");
4223
4224
  }
4224
4225
  async waitForCompletion(timeout = this.defaultTimeout) {