@digital-ai/devops-page-object-release 0.0.31 → 0.0.32

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.32
4
+
5
+ ### Patch Changes
6
+
7
+ - 177df11: D-38846: Fix for release calendar inconsistent failure
8
+
3
9
  ## 0.0.31
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -5654,7 +5654,11 @@ class $a8855257f8bb2b12$export$43682cddead1dd78 extends (0, $f8721861c660dd88$ex
5654
5654
  await this.page.getByRole("button", {
5655
5655
  name: "Today"
5656
5656
  }).click();
5657
+ await this.page.locator(".tl-event-title").getByText(release_title).scrollIntoViewIfNeeded();
5657
5658
  await this.page.locator(".tl-event-title").getByText(release_title).click();
5659
+ await this.page.locator(".release-modal-container").waitFor({
5660
+ state: "visible"
5661
+ });
5658
5662
  await this.page.locator(".release-modal-container").locator(".xl-icon.release-icon").click();
5659
5663
  const releaseurl = `/#/releases/${release_id}`;
5660
5664
  const currentURL = await this.page.url();