@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/CHANGELOG.md
CHANGED
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}
|
|
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({
|