@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 +6 -0
- package/dist/main.js +4 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +4 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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.
|
|
6898
|
-
|
|
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
|
}
|