@digital-ai/devops-page-object-release 0.0.0-snapshot-20251210075018 → 0.0.0-snapshot-20251212071754

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
@@ -618,6 +618,9 @@ declare class ReleasePropertiesPage extends WithPage {
618
618
  reloadPage(): Promise<void>;
619
619
  expectOwnerToBe(user: string): Promise<void>;
620
620
  expectReleaseTaggedWith(tagName: string): Promise<void>;
621
+ expectReleaseNotTaggedWith(tagName: string): Promise<void>;
622
+ addTag(tagName: string): Promise<void>;
623
+ removeTag(tagName: string): Promise<void>;
621
624
  expectTemplateTitleToBe(templateTitle: string): Promise<void>;
622
625
  expectRiskProfileTitleToBe(riskProfile: string): Promise<void>;
623
626
  expectStartFromReleaseToBe(parentRelease: string): Promise<void>;