@digital-ai/devops-page-object-release 0.0.0-pikachu-20250811113325 → 0.0.0-pikachu-20250814100204

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
@@ -620,7 +620,7 @@ declare class ReleaseTeamsAndPermissionsPage extends WithPage {
620
620
  resetButton: Locator;
621
621
  constructor(page: Page);
622
622
  expectSaveButtonDisabled(): Promise<void>;
623
- expectTeamExists(teamName: string): Promise<void>;
623
+ expectUserIsAssignedToTeam(teamName: string, userName: string): Promise<void>;
624
624
  }
625
625
  declare class ReleaseTableViewPage extends WithPage {
626
626
  commentBox: Locator;