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

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
@@ -5958,8 +5958,10 @@ class $171d52b372748c0b$export$7e1d435fa474ee21 extends (0, $9626bc9256ce31f7$ex
5958
5958
  })).not.toBeVisible();
5959
5959
  }
5960
5960
  async clickCreateNewTemplate() {
5961
- await this.page.getByTestId("dot-button").click();
5962
- await this.page.getByRole("menuitem", {
5961
+ await this.page.locator(".action-toolbar-actions").getByRole("button", {
5962
+ name: "New template"
5963
+ }).click();
5964
+ await this.page.locator(".action-toolbar-actions").getByRole("menuitem", {
5963
5965
  name: "Create new template"
5964
5966
  }).click();
5965
5967
  }