@digital-ai/devops-page-object-release 0.0.43 → 0.0.44

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.44
4
+
5
+ ### Patch Changes
6
+
7
+ - 1efd9c6: Update locator for CRT template
8
+
3
9
  ## 0.0.43
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -2254,8 +2254,8 @@ class $eb81c1b930e440ff$export$519356f6c50361f7 extends (0, $f8721861c660dd88$ex
2254
2254
  }).click();
2255
2255
  }
2256
2256
  async setTemplate(templateName) {
2257
- await this.page.getByLabel("Template").click();
2258
- await this.page.getByLabel("Template").fill(templateName);
2257
+ await this.page.locator("#templateId").click();
2258
+ await this.page.locator("#templateId").fill(templateName);
2259
2259
  await this.page.getByRole("option", {
2260
2260
  name: templateName
2261
2261
  }).click();