@digital-ai/devops-page-object-release 0.0.7 → 0.0.9

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,22 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 053fa5a: [Ready] : S-106064: Add Initial Page objects for Release calendar page
8
+ - 3070d98: Attributes added in Task interface to get reflect on task creations with API request
9
+
10
+ ## 0.0.8
11
+
12
+ ### Patch Changes
13
+
14
+ - 8a8afa4: Pages for new task drawer added
15
+ Task precondition script modified into playwright using these page objects.
16
+ Page restructure happen on release pages.
17
+ - e70c4ae: Login page migrated to playwright with valid methods.
18
+ login(), logout(), expectLoginDisallowed(), expectToBeLogged()
19
+
3
20
  ## 0.0.7
4
21
 
5
22
  ### Patch Changes