@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/dist/module.js
CHANGED
|
@@ -3310,8 +3310,7 @@ class $43cbcdfccb6c2a76$export$f43492e8ac3c566 extends (0, $9626bc9256ce31f7$exp
|
|
|
3310
3310
|
async abort(comment = "Abort for testing") {
|
|
3311
3311
|
await this.page.getByTestId("abort-btn").waitFor();
|
|
3312
3312
|
await this.page.getByTestId("abort-btn").click();
|
|
3313
|
-
await this.page.getByPlaceholder("
|
|
3314
|
-
await this.page.getByPlaceholder("Give feedback or place a").fill(comment);
|
|
3313
|
+
await this.page.getByPlaceholder("Provide a reason").fill(comment);
|
|
3315
3314
|
await this.page.getByRole("button", {
|
|
3316
3315
|
name: "Abort"
|
|
3317
3316
|
}).click();
|
|
@@ -8480,6 +8479,9 @@ class $2cbb78eec86d0a9f$export$2edf430132ca35d0 extends (0, $9626bc9256ce31f7$ex
|
|
|
8480
8479
|
hasText: "Changes saved successfully"
|
|
8481
8480
|
})).toBeVisible();
|
|
8482
8481
|
await this.page.locator(".success").getByRole("button").click();
|
|
8482
|
+
await (0, $hOLA6$expect)(this.page.locator(".success").filter({
|
|
8483
|
+
hasText: "Changes saved successfully"
|
|
8484
|
+
})).not.toBeVisible();
|
|
8483
8485
|
return this;
|
|
8484
8486
|
}
|
|
8485
8487
|
async reset() {
|