@digital-ai/devops-page-object-release 0.0.0-snapshot-20250901092606 → 0.0.0-snapshot-20250901143100

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,10 +1,16 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-snapshot-20250901092606
3
+ ## 0.0.0-snapshot-20250901143100
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 3485020: S-124144 Fix `expectTaskFailureManualPermission` selector
7
+ - 1650c7f: S-124181: Update abort placeholder
8
+
9
+ ## 0.0.76
10
+
11
+ ### Patch Changes
12
+
13
+ - 7beabf0: S-124144 Fix `expectTaskFailureManualPermission` selector
8
14
 
9
15
  ## 0.0.75
10
16
 
package/dist/main.js CHANGED
@@ -4178,8 +4178,7 @@ class $9b9a8c3da392d020$export$f43492e8ac3c566 extends (0, $f8721861c660dd88$exp
4178
4178
  async abort(comment = "Abort for testing") {
4179
4179
  await this.page.getByTestId("abort-btn").waitFor();
4180
4180
  await this.page.getByTestId("abort-btn").click();
4181
- await this.page.getByPlaceholder("Give feedback or place a").click();
4182
- await this.page.getByPlaceholder("Give feedback or place a").fill(comment);
4181
+ await this.page.getByPlaceholder("Provide a reason").fill(comment);
4183
4182
  await this.page.getByRole("button", {
4184
4183
  name: "Abort"
4185
4184
  }).click();