@digital-ai/devops-page-object-release 0.0.35 → 0.0.36

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/module.js CHANGED
@@ -3300,7 +3300,6 @@ class $43cbcdfccb6c2a76$var$Phase extends (0, $9626bc9256ce31f7$export$2b65d1d97
3300
3300
  }).locator(".task").filter({
3301
3301
  hasText: taskTitle
3302
3302
  });
3303
- await taskLocator.locator(".task-inner-active > .task-container > .task-box > .task > .context-menu-button").click();
3304
3303
  await taskLocator.locator(".task .context-menu-button").click();
3305
3304
  }
3306
3305
  async duplicateFromContextualMenuInGroup(groupName, taskTitle) {