@digital-ai/devops-page-object-release 0.0.79 → 0.0.80

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.80
4
+
5
+ ### Patch Changes
6
+
7
+ - 40b8e5e: S-124396: Update selector for CRT dialog
8
+
3
9
  ## 0.0.79
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -2529,7 +2529,7 @@ class $eb81c1b930e440ff$export$519356f6c50361f7 extends (0, $f8721861c660dd88$ex
2529
2529
  }
2530
2530
  async acceptDialogWindow() {
2531
2531
  await this.page.getByRole("button", {
2532
- name: "ok"
2532
+ name: "change template"
2533
2533
  }).click();
2534
2534
  }
2535
2535
  async setRiskProfile(RiskProfile) {