@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.67
4
+
5
+ ### Patch Changes
6
+
7
+ - 88902e8: Pre condition text editor locator changed as per new UI
8
+
3
9
  ## 0.0.66
4
10
 
5
11
  ### Patch Changes
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.getByRole("textbox");
1962
+ this.textEditor = page.locator("textarea");
1963
1963
  this.saveButton = page.getByTestId("save-btn");
1964
1964
  }
1965
1965
  async enablePrecondition() {