@digital-ai/devops-page-object-release 0.0.16 → 0.0.17
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 +10 -0
- package/dist/main.js +1253 -295
- package/dist/main.js.map +1 -1
- package/dist/module.js +1253 -295
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +229 -38
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-release
|
|
2
2
|
|
|
3
|
+
## 0.0.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f0edb71: S-94160 page objects for phase-details-scenario
|
|
8
|
+
- c2afad5: S-112064: page object modifications for skip-not-yet-active-task-scenario.ts
|
|
9
|
+
- 63b251c: S-111880: page object modifications for fail-scenario.ts
|
|
10
|
+
- 304ab63: S-110499:Sanity test for XLR is updated with new page files
|
|
11
|
+
- a8def6f: D 35233 Fixed script as per UI change
|
|
12
|
+
|
|
3
13
|
## 0.0.16
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|