@digital-ai/devops-page-object-release 0.0.0-snapshot-20250909201249 → 0.0.0-snapshot-20250915110503

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/dist/module.js CHANGED
@@ -218,7 +218,7 @@ class $b34a21212642e54d$export$7034f81075184002 extends (0, $9626bc9256ce31f7$ex
218
218
  return this;
219
219
  }
220
220
  async gotoListView() {
221
- await this.clickOnReleasesPageTab("List");
221
+ await this.clickOnReleasesPageTab("Releases");
222
222
  await (0, $hOLA6$expect)(this.page.locator(".release-list")).toBeVisible();
223
223
  }
224
224
  async gotoCalendarView() {
@@ -1593,7 +1593,7 @@ class $90bb70a7e909e500$export$519356f6c50361f7 extends (0, $9626bc9256ce31f7$ex
1593
1593
  }
1594
1594
  async acceptDialogWindow() {
1595
1595
  await this.page.getByRole("button", {
1596
- name: "change template"
1596
+ name: "ok"
1597
1597
  }).click();
1598
1598
  }
1599
1599
  async setRiskProfile(RiskProfile) {