@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/dist/module.js CHANGED
@@ -1318,8 +1318,8 @@ class $90bb70a7e909e500$export$519356f6c50361f7 extends (0, $9626bc9256ce31f7$ex
1318
1318
  }).click();
1319
1319
  }
1320
1320
  async setTemplate(templateName) {
1321
- await this.page.getByLabel("Template").click();
1322
- await this.page.getByLabel("Template").fill(templateName);
1321
+ await this.page.locator("#templateId").click();
1322
+ await this.page.locator("#templateId").fill(templateName);
1323
1323
  await this.page.getByRole("option", {
1324
1324
  name: templateName
1325
1325
  }).click();