@digital-ai/devops-page-object-release 0.0.53 → 0.0.54

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
@@ -432,6 +432,7 @@ declare class TaskDrawer extends WithPage {
432
432
  failTask(comment: string): Promise<void>;
433
433
  completeTask(comment: string): Promise<void>;
434
434
  startNow(comment: string): Promise<void>;
435
+ startNowWithBlackout(comment: string): Promise<void>;
435
436
  expectTaskTitle(taskTitle: string): Promise<void>;
436
437
  expectCompleteButtonEnabled(): Promise<void>;
437
438
  expectCompleteButtonNotEnabled(): Promise<void>;