@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 +1 -1
- package/dist/main.js +4 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +4 -0
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -5043,6 +5043,10 @@ class $50c91328c9110668$export$b453f08936c58edb extends (0, $9626bc9256ce31f7$ex
|
|
|
5043
5043
|
await this.page.locator("//span[normalize-space()='Status']").click();
|
|
5044
5044
|
return this;
|
|
5045
5045
|
}
|
|
5046
|
+
async openTeamsPermissions() {
|
|
5047
|
+
await this.util.openSideNavMenu("Teams & permissions");
|
|
5048
|
+
await (0, $hOLA6$expect)(this.page.getByLabel("breadcrumb").getByText("Teams & permissions")).toBeVisible();
|
|
5049
|
+
}
|
|
5046
5050
|
async expectReleaseGroupisDisplayed(title) {
|
|
5047
5051
|
//await this.page.locator(`.fc-list-item-title-wrapper .fc-list-item-title strong:text-is('${title}`).isVisible()
|
|
5048
5052
|
await this.page.waitForSelector(`.fc-list-item-title-wrapper .fc-list-item-title strong:text-is('${title}')`);
|