@digital-ai/devops-page-object-release 1.0.14 → 1.0.15

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
@@ -1995,6 +1995,7 @@ declare class TemplateListPage extends WithPage {
1995
1995
  clickNewReleaseIcon(templateName: string): Promise<void>;
1996
1996
  createTemplate(templateName: string, description: string): Promise<void>;
1997
1997
  filterByTitle(templateName: string): Promise<void>;
1998
+ expectOnlyOneTemplateVisible(templateName: string): Promise<void>;
1998
1999
  }
1999
2000
  declare class RolesModal extends WithPage {
2000
2001
  roleName: Locator;