@digital-ai/devops-page-object-release 0.0.24 → 0.0.25

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
@@ -267,6 +267,7 @@ declare class TaskDrawer extends WithPage {
267
267
  expectStartDateToBeDisplayed(): Promise<void>;
268
268
  expectEndDateToBeDisplayed(): Promise<void>;
269
269
  expectStartDateAndEndDateToBeDisplayed(): Promise<void>;
270
+ expectPhaseAndTaskTitleToContain(phaseName: string, taskTitle: string): Promise<void>;
270
271
  }
271
272
  declare class ReleaseGanttPage extends WithPage {
272
273
  releaseHeader: Locator;