@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/CHANGELOG.md +13 -1
- package/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-release
|
|
2
2
|
|
|
3
|
-
## 0.0.0-pikachu-
|
|
3
|
+
## 0.0.0-pikachu-20250902071255
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- b7e9f9c: S-123064 `Releases filter` - adjust page objects to follow new filter components
|
|
8
8
|
|
|
9
|
+
## 0.0.76
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 7beabf0: S-124144 Fix `expectTaskFailureManualPermission` selector
|
|
14
|
+
|
|
15
|
+
## 0.0.75
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 4e5b25c: S-123725: Modified the method - addNewInstance in connectionsPage
|
|
20
|
+
|
|
9
21
|
## 0.0.74
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
package/dist/main.js
CHANGED
|
@@ -5021,7 +5021,7 @@ class $9b9a8c3da392d020$var$Phase extends (0, $f8721861c660dd88$export$2b65d1d97
|
|
|
5021
5021
|
}
|
|
5022
5022
|
await this.page.getByTestId("save-select-task-btn").click();
|
|
5023
5023
|
await (0, $kKeXs$playwrighttest.expect)(this.page.locator("p").filter({
|
|
5024
|
-
hasText: "
|
|
5024
|
+
hasText: "You don’t have permission to view this page."
|
|
5025
5025
|
})).toBeVisible();
|
|
5026
5026
|
}
|
|
5027
5027
|
async expectCurrentTaskCount(count) {
|
|
@@ -9511,7 +9511,7 @@ class $3ec0e9cf832fdde8$export$9823ddf5e80770e7 extends (0, $f8721861c660dd88$ex
|
|
|
9511
9511
|
async addNewInstance(typeName) {
|
|
9512
9512
|
await this.page.locator(`.configuration-type`).filter({
|
|
9513
9513
|
hasText: typeName
|
|
9514
|
-
}).locator(`.new-instance .button`).click({
|
|
9514
|
+
}).locator(`.new-instance .button`).first().click({
|
|
9515
9515
|
force: true
|
|
9516
9516
|
});
|
|
9517
9517
|
return new $3ec0e9cf832fdde8$var$ConfigurationInstancePage(this.page);
|