@digital-ai/devops-page-object-release 0.0.99 → 0.0.101

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/dist/types.d.ts CHANGED
@@ -2215,6 +2215,7 @@ declare class Navigation {
2215
2215
  openApplicationsPage(): Promise<ApplicationsPage>;
2216
2216
  openPersonalAccessTokenPage(): Promise<PersonalAccessTokenPage>;
2217
2217
  gotoHomePage(): Promise<void>;
2218
+ gotoHomePageFromRelease(): Promise<void>;
2218
2219
  gotoFolderPage(): Promise<void>;
2219
2220
  gotoTaskPage(): Promise<void>;
2220
2221
  gotoReleasePage(): Promise<void>;