@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 +6 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -3787,7 +3787,7 @@ class $43cbcdfccb6c2a76$var$Phase extends (0, $9626bc9256ce31f7$export$2b65d1d97
|
|
|
3787
3787
|
async duplicateFromContextMenu(taskTitle) {
|
|
3788
3788
|
await this.openContextMenuForTask(taskTitle);
|
|
3789
3789
|
await this.page.locator(".dropdown-menu li").getByText("Duplicate").click();
|
|
3790
|
-
await (0, $hOLA6$expect)(this.page.locator(".task .task-title").getByText(`${taskTitle}
|
|
3790
|
+
await (0, $hOLA6$expect)(this.page.locator(".task .task-title").getByText(`${taskTitle} copy`)).toBeVisible();
|
|
3791
3791
|
}
|
|
3792
3792
|
async expectTemplateLabelNotToBePresent() {
|
|
3793
3793
|
await (0, $hOLA6$expect)(this.page.locator(".dot-chip").filter({
|