@digital-ai/devops-page-object-release 0.0.77 → 0.0.78

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.78
4
+
5
+ ### Patch Changes
6
+
7
+ - 3050bf1: S-124181: Update abort placeholder
8
+
3
9
  ## 0.0.77
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -4246,8 +4246,7 @@ class $9b9a8c3da392d020$export$f43492e8ac3c566 extends (0, $f8721861c660dd88$exp
4246
4246
  async abort(comment = "Abort for testing") {
4247
4247
  await this.page.getByTestId("abort-btn").waitFor();
4248
4248
  await this.page.getByTestId("abort-btn").click();
4249
- await this.page.getByPlaceholder("Give feedback or place a").click();
4250
- await this.page.getByPlaceholder("Give feedback or place a").fill(comment);
4249
+ await this.page.getByPlaceholder("Provide a reason").fill(comment);
4251
4250
  await this.page.getByRole("button", {
4252
4251
  name: "Abort"
4253
4252
  }).click();
@@ -9416,6 +9415,9 @@ class $dbc8f157e7b24b12$export$2edf430132ca35d0 extends (0, $f8721861c660dd88$ex
9416
9415
  hasText: "Changes saved successfully"
9417
9416
  })).toBeVisible();
9418
9417
  await this.page.locator(".success").getByRole("button").click();
9418
+ await (0, $kKeXs$playwrighttest.expect)(this.page.locator(".success").filter({
9419
+ hasText: "Changes saved successfully"
9420
+ })).not.toBeVisible();
9419
9421
  return this;
9420
9422
  }
9421
9423
  async reset() {