@digital-ai/devops-page-object-release 0.0.74 → 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) {
@@ -8558,7 +8558,7 @@ class $6c0f5b52769b32c3$export$9823ddf5e80770e7 extends (0, $9626bc9256ce31f7$ex
8558
8558
  async addNewInstance(typeName) {
8559
8559
  await this.page.locator(`.configuration-type`).filter({
8560
8560
  hasText: typeName
8561
- }).locator(`.new-instance .button`).click({
8561
+ }).locator(`.new-instance .button`).first().click({
8562
8562
  force: true
8563
8563
  });
8564
8564
  return new $6c0f5b52769b32c3$var$ConfigurationInstancePage(this.page);