@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/dist/module.js CHANGED
@@ -3242,8 +3242,7 @@ class $43cbcdfccb6c2a76$export$f43492e8ac3c566 extends (0, $9626bc9256ce31f7$exp
3242
3242
  async abort(comment = "Abort for testing") {
3243
3243
  await this.page.getByTestId("abort-btn").waitFor();
3244
3244
  await this.page.getByTestId("abort-btn").click();
3245
- await this.page.getByPlaceholder("Give feedback or place a").click();
3246
- await this.page.getByPlaceholder("Give feedback or place a").fill(comment);
3245
+ await this.page.getByPlaceholder("Provide a reason").fill(comment);
3247
3246
  await this.page.getByRole("button", {
3248
3247
  name: "Abort"
3249
3248
  }).click();