@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 CHANGED
@@ -1,11 +1,17 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-pikachu-20250821071635
3
+ ## 0.0.0-pikachu-20250825164742
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b7e9f9c: S-123064 `Releases filter` - adjust page objects to follow new filter components
8
8
 
9
+ ## 0.0.73
10
+
11
+ ### Patch Changes
12
+
13
+ - c1b4f5b: S-123074: Wait for dialog to be closed
14
+
9
15
  ## 0.0.72
10
16
 
11
17
  ### Patch Changes
package/dist/main.js CHANGED
@@ -4287,6 +4287,7 @@ class $9b9a8c3da392d020$export$f43492e8ac3c566 extends (0, $f8721861c660dd88$exp
4287
4287
  await this.page.getByRole("button", {
4288
4288
  name: "Start"
4289
4289
  }).click();
4290
+ await (0, $kKeXs$playwrighttest.expect)(this.page.locator(".dot-dialog")).not.toBeVisible();
4290
4291
  await this.page.waitForSelector("#release");
4291
4292
  }
4292
4293
  async waitForCompletion(timeout = this.defaultTimeout) {