@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/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -8560,6 +8560,12 @@ class $ed2d4739e27d43c1$export$60c3bfa6385e2a10 extends (0, $96d547f0e8ead553$ex
|
|
|
8560
8560
|
async clickOnAssignedToAllAvailable() {
|
|
8561
8561
|
await this.page.locator(`input[value="assignedToAnybody"]`).click();
|
|
8562
8562
|
}
|
|
8563
|
+
async clickOnAssignedToNoUser() {
|
|
8564
|
+
await this.page.locator(`input[value="assignedToNoUser"]`).click();
|
|
8565
|
+
}
|
|
8566
|
+
async clickOnNoUserTeamAssigned() {
|
|
8567
|
+
await this.page.locator(`input[value="assignedToNobody"]`).click();
|
|
8568
|
+
}
|
|
8563
8569
|
async expectTaskToNotBeDisplayed(taskTitle) {
|
|
8564
8570
|
await (0, $kKeXs$playwrighttest.expect)(this.page.locator(`.row.task-inner`).filter({
|
|
8565
8571
|
hasText: taskTitle
|