@digital-ai/devops-page-object-release 0.0.0-snapshot-20251023115157 → 0.0.0-snapshot-20251027110813

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-20251023115157
3
+ ## 0.0.0-snapshot-20251027110813
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 1538d7d: S-125018: Added folder-permissions-scenario page objects
7
+ - ee02c83: S-125960: Migrated Release summary scenario from cypress to playwright
8
+
9
+ ## 0.0.88
10
+
11
+ ### Patch Changes
12
+
13
+ - e96c33d: S-125018: Added folder-permissions-scenario page objects
8
14
 
9
15
  ## 0.0.87
10
16
 
package/dist/main.js CHANGED
@@ -4315,6 +4315,19 @@ class $2c89ba54932fbba8$export$f8f26dd395d7e1bd extends (0, $f8721861c660dd88$ex
4315
4315
  }
4316
4316
 
4317
4317
 
4318
+
4319
+
4320
+ class $fd3e87c08fb5976e$export$46146ef3ab8c339b extends (0, $f8721861c660dd88$export$2b65d1d97338f32b) {
4321
+ constructor(page){
4322
+ super(page);
4323
+ }
4324
+ // Validate that release status contains the given text
4325
+ async expectReleaseStatusToContain(status) {
4326
+ await (0, $kKeXs$playwrighttest.expect)(this.page.locator(".release-status")).toContainText(status);
4327
+ }
4328
+ }
4329
+
4330
+
4318
4331
  class $9b9a8c3da392d020$export$f43492e8ac3c566 extends (0, $f8721861c660dd88$export$2b65d1d97338f32b) {
4319
4332
  defaultTimeout = 10000;
4320
4333
  constructor(page){
@@ -4322,6 +4335,7 @@ class $9b9a8c3da392d020$export$f43492e8ac3c566 extends (0, $f8721861c660dd88$exp
4322
4335
  this.addPhaseBtn = this.page.getByTestId("add-phase-btn");
4323
4336
  this.createPage = new (0, $3d3f3946c54f5897$export$34addcca3f0ae43f)(page);
4324
4337
  this.ganttPage = new (0, $e8395395d01b66bb$export$5a82be0a2a261cc6)(page);
4338
+ this.summaryPage = new (0, $fd3e87c08fb5976e$export$46146ef3ab8c339b)(page);
4325
4339
  this.tableView = new (0, $c5c393ea4aecca6c$export$649fde34d823ece7)(page);
4326
4340
  this.taskDrawer = new (0, $6a21661eb4695574$export$e946776eae644790)(page);
4327
4341
  this.teamsPermissions = new (0, $d330a7d6f7926d53$export$3bc3e140e0dcb075)(page);
@@ -4334,6 +4348,10 @@ class $9b9a8c3da392d020$export$f43492e8ac3c566 extends (0, $f8721861c660dd88$exp
4334
4348
  await this.openSubPage("Triggers");
4335
4349
  return new (0, $133601cfe0486710$export$fb932093f944abe4)(this.page);
4336
4350
  }
4351
+ async openSummary() {
4352
+ this.openSubPage("Dashboard");
4353
+ return new (0, $fd3e87c08fb5976e$export$46146ef3ab8c339b)(this.page);
4354
+ }
4337
4355
  async abort(comment = "Abort for testing") {
4338
4356
  await this.page.getByTestId("abort-btn").waitFor();
4339
4357
  await this.page.getByTestId("abort-btn").click();