@digital-ai/devops-page-object-release 0.0.70 → 0.0.71

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
@@ -601,7 +601,7 @@ declare class ReleaseTeamsAndPermissionsPage extends WithPage {
601
601
  resetButton: Locator;
602
602
  constructor(page: Page);
603
603
  expectSaveButtonDisabled(): Promise<void>;
604
- expectTeamExists(teamName: string): Promise<void>;
604
+ expectUserIsAssignedToTeam(teamName: string, userName: string): Promise<void>;
605
605
  }
606
606
  declare class ReleaseTableViewPage extends WithPage {
607
607
  commentBox: Locator;