@digital-ai/devops-page-object-release 0.0.88 → 0.0.89

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
@@ -614,6 +614,8 @@ declare class ReleasePropertiesPage extends WithPage {
614
614
  expectStartFromReleaseToBe(parentRelease: string): Promise<void>;
615
615
  expectTemplateURLToBe(templateURL: string): Promise<void>;
616
616
  expectStartFromReleaseURLToBe(parentReleaseURL: string): Promise<void>;
617
+ expectFlaggedWith(flagName: string, flagComment: string): Promise<void>;
618
+ flag(flagName: string, flagComment: string): Promise<void>;
617
619
  }
618
620
  declare class ReleaseTeamsAndPermissionsPage extends WithPage {
619
621
  saveButton: Locator;