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

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,15 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 8a8afa4: Pages for new task drawer added
8
+ Task precondition script modified into playwright using these page objects.
9
+ Page restructure happen on release pages.
10
+ - e70c4ae: Login page migrated to playwright with valid methods.
11
+ login(), logout(), expectLoginDisallowed(), expectToBeLogged()
12
+
3
13
  ## 0.0.7
4
14
 
5
15
  ### Patch Changes