@digital-ai/devops-page-object-release 0.0.21 → 0.0.23
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 +17 -0
- package/dist/main.js +881 -156
- package/dist/main.js.map +1 -1
- package/dist/module.js +881 -156
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +217 -30
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-release
|
|
2
2
|
|
|
3
|
+
## 0.0.23
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7440b57: S-114996: Fixed failed test scenario
|
|
8
|
+
- 456c563: Fixed UI change of Activity Logs change
|
|
9
|
+
|
|
10
|
+
## 0.0.22
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- cdb3ac4: S-113708 Migrated release test suites
|
|
15
|
+
- c75793f: S-113871: Migrated risk scenario test suites into playwright
|
|
16
|
+
- 3de3f0e: S-113642: Migrated release-gantt test suites
|
|
17
|
+
- 5976825: S-111854 Migration of autocomplete from cypress to playwright
|
|
18
|
+
- 08938ed: S-113872: Migrate variables test suite from protractor to playwright
|
|
19
|
+
|
|
3
20
|
## 0.0.21
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|