@digital-ai/devops-page-object-release 1.0.12 → 1.0.13
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 +6 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +6 -0
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -7626,6 +7626,12 @@ class $c37c93912f458e81$export$60c3bfa6385e2a10 extends (0, $59c1d01bded91449$ex
|
|
|
7626
7626
|
async clickOnAssignedToAllAvailable() {
|
|
7627
7627
|
await this.page.locator(`input[value="assignedToAnybody"]`).click();
|
|
7628
7628
|
}
|
|
7629
|
+
async clickOnAssignedToNoUser() {
|
|
7630
|
+
await this.page.locator(`input[value="assignedToNoUser"]`).click();
|
|
7631
|
+
}
|
|
7632
|
+
async clickOnNoUserTeamAssigned() {
|
|
7633
|
+
await this.page.locator(`input[value="assignedToNobody"]`).click();
|
|
7634
|
+
}
|
|
7629
7635
|
async expectTaskToNotBeDisplayed(taskTitle) {
|
|
7630
7636
|
await (0, $hOLA6$expect)(this.page.locator(`.row.task-inner`).filter({
|
|
7631
7637
|
hasText: taskTitle
|