@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 +6 -0
- package/dist/main.js +4 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +4 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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("
|
|
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() {
|