@digital-ai/devops-page-object-release 0.0.75 → 0.0.76

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/dist/module.js CHANGED
@@ -4017,7 +4017,7 @@ class $43cbcdfccb6c2a76$var$Phase extends (0, $9626bc9256ce31f7$export$2b65d1d97
4017
4017
  }
4018
4018
  await this.page.getByTestId("save-select-task-btn").click();
4019
4019
  await (0, $hOLA6$expect)(this.page.locator("p").filter({
4020
- hasText: "Your request has been rejected, your permissions may have been revoked."
4020
+ hasText: "You don’t have permission to view this page."
4021
4021
  })).toBeVisible();
4022
4022
  }
4023
4023
  async expectCurrentTaskCount(count) {