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

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
+ ## 0.0.75
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e5b25c: S-123725: Modified the method - addNewInstance in connectionsPage
8
+
3
9
  ## 0.0.74
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -9494,7 +9494,7 @@ class $3ec0e9cf832fdde8$export$9823ddf5e80770e7 extends (0, $f8721861c660dd88$ex
9494
9494
  async addNewInstance(typeName) {
9495
9495
  await this.page.locator(`.configuration-type`).filter({
9496
9496
  hasText: typeName
9497
- }).locator(`.new-instance .button`).click({
9497
+ }).locator(`.new-instance .button`).first().click({
9498
9498
  force: true
9499
9499
  });
9500
9500
  return new $3ec0e9cf832fdde8$var$ConfigurationInstancePage(this.page);