@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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.31
4
+
5
+ ### Patch Changes
6
+
7
+ - b610153: S-117836: Fix new template action
8
+
3
9
  ## 0.0.30
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -6894,8 +6894,10 @@ class $8b6ce149dd48e48b$export$7e1d435fa474ee21 extends (0, $f8721861c660dd88$ex
6894
6894
  })).not.toBeVisible();
6895
6895
  }
6896
6896
  async clickCreateNewTemplate() {
6897
- await this.page.getByTestId("dot-button").click();
6898
- await this.page.getByRole("menuitem", {
6897
+ await this.page.locator(".action-toolbar-actions").getByRole("button", {
6898
+ name: "New template"
6899
+ }).click();
6900
+ await this.page.locator(".action-toolbar-actions").getByRole("menuitem", {
6899
6901
  name: "Create new template"
6900
6902
  }).click();
6901
6903
  }