@digital-ai/devops-page-object-release 0.0.0-pikachu-20250828144727 → 0.0.0-pikachu-20250902071255

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
@@ -4085,7 +4085,7 @@ class $43cbcdfccb6c2a76$var$Phase extends (0, $9626bc9256ce31f7$export$2b65d1d97
4085
4085
  }
4086
4086
  await this.page.getByTestId("save-select-task-btn").click();
4087
4087
  await (0, $hOLA6$expect)(this.page.locator("p").filter({
4088
- hasText: "Your request has been rejected, your permissions may have been revoked."
4088
+ hasText: "You don’t have permission to view this page."
4089
4089
  })).toBeVisible();
4090
4090
  }
4091
4091
  async expectCurrentTaskCount(count) {
@@ -8575,7 +8575,7 @@ class $6c0f5b52769b32c3$export$9823ddf5e80770e7 extends (0, $9626bc9256ce31f7$ex
8575
8575
  async addNewInstance(typeName) {
8576
8576
  await this.page.locator(`.configuration-type`).filter({
8577
8577
  hasText: typeName
8578
- }).locator(`.new-instance .button`).click({
8578
+ }).locator(`.new-instance .button`).first().click({
8579
8579
  force: true
8580
8580
  });
8581
8581
  return new $6c0f5b52769b32c3$var$ConfigurationInstancePage(this.page);