@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 1.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 317e0f3: Enable Filtering for Unassigned Users
8
+
3
9
  ## 1.0.12
4
10
 
5
11
  ### Patch Changes
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