@digital-ai/devops-page-object-release 0.0.66 → 0.0.67
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 +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -1959,7 +1959,7 @@ class $9c0b0c2caed50730$export$d4865631ba74f3e2 extends (0, $f8721861c660dd88$ex
|
|
|
1959
1959
|
super(page);
|
|
1960
1960
|
this.railLocator = this.page.locator("task-drawer .dot-drawer .task-conditions");
|
|
1961
1961
|
this.preconditionToggle = page.getByLabel("Enable precondition");
|
|
1962
|
-
this.textEditor = page.
|
|
1962
|
+
this.textEditor = page.locator("textarea");
|
|
1963
1963
|
this.saveButton = page.getByTestId("save-btn");
|
|
1964
1964
|
}
|
|
1965
1965
|
async enablePrecondition() {
|