@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/dist/module.js CHANGED
@@ -1023,7 +1023,7 @@ class $3fa741329d8067d5$export$d4865631ba74f3e2 extends (0, $9626bc9256ce31f7$ex
1023
1023
  super(page);
1024
1024
  this.railLocator = this.page.locator("task-drawer .dot-drawer .task-conditions");
1025
1025
  this.preconditionToggle = page.getByLabel("Enable precondition");
1026
- this.textEditor = page.getByRole("textbox");
1026
+ this.textEditor = page.locator("textarea");
1027
1027
  this.saveButton = page.getByTestId("save-btn");
1028
1028
  }
1029
1029
  async enablePrecondition() {