@digital-ai/devops-page-object-release 0.0.0-snapshot-20251014102416 → 0.0.0-snapshot-20251014105644

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,6 +1,6 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-snapshot-20251014102416
3
+ ## 0.0.0-snapshot-20251014105644
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/main.js CHANGED
@@ -5979,6 +5979,10 @@ class $9058d40a81bdb1f5$export$b453f08936c58edb extends (0, $f8721861c660dd88$ex
5979
5979
  await this.page.locator("//span[normalize-space()='Status']").click();
5980
5980
  return this;
5981
5981
  }
5982
+ async openTeamsPermissions() {
5983
+ await this.util.openSideNavMenu("Teams & permissions");
5984
+ await (0, $kKeXs$playwrighttest.expect)(this.page.getByLabel("breadcrumb").getByText("Teams & permissions")).toBeVisible();
5985
+ }
5982
5986
  async expectReleaseGroupisDisplayed(title) {
5983
5987
  //await this.page.locator(`.fc-list-item-title-wrapper .fc-list-item-title strong:text-is('${title}`).isVisible()
5984
5988
  await this.page.waitForSelector(`.fc-list-item-title-wrapper .fc-list-item-title strong:text-is('${title}')`);