@digital-ai/devops-page-object-release 0.0.62 → 0.0.63

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.63
4
+
5
+ ### Patch Changes
6
+
7
+ - 79bf2e3: S-120758 On Task copy only append "copy" when copying to same container
8
+
3
9
  ## 0.0.62
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -4723,7 +4723,7 @@ class $9b9a8c3da392d020$var$Phase extends (0, $f8721861c660dd88$export$2b65d1d97
4723
4723
  async duplicateFromContextMenu(taskTitle) {
4724
4724
  await this.openContextMenuForTask(taskTitle);
4725
4725
  await this.page.locator(".dropdown-menu li").getByText("Duplicate").click();
4726
- await (0, $kKeXs$playwrighttest.expect)(this.page.locator(".task .task-title").getByText(`${taskTitle} (copy)`)).toBeVisible();
4726
+ await (0, $kKeXs$playwrighttest.expect)(this.page.locator(".task .task-title").getByText(`${taskTitle} copy`)).toBeVisible();
4727
4727
  }
4728
4728
  async expectTemplateLabelNotToBePresent() {
4729
4729
  await (0, $kKeXs$playwrighttest.expect)(this.page.locator(".dot-chip").filter({