@digital-ai/devops-page-object-deploy 0.0.3 → 0.0.5

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,28 @@
1
1
  # @digital-ai/devops-page-object-deploy
2
2
 
3
+ ## 0.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - e68ca43: Created methods for validating duplicate context-menu
8
+ inlineRename() method is created to rename CI's
9
+ duplicate() method is created to duplicate the CI's
10
+ Fixed the conditional check on expanding node path which was not working with isVisible method.
11
+ - 518605e: Fixed pages for context-menu delete ci scenario's
12
+ Pages to work with delete context-menu is created newly.
13
+ Methods for tab verification is added in Tab page file.
14
+
15
+ ## 0.0.4
16
+
17
+ ### Patch Changes
18
+
19
+ - 52b8a07: Re-structuring explorer pages
20
+ - 713c5ef: Created page objects for create-ci-scenario test cases.
21
+ Re-structured page object to avoid duplication of code structure.
22
+ Commonly used methods, code is described under explorer directory structure.
23
+
24
+ S 94677
25
+
3
26
  ## 0.0.3
4
27
 
5
28
  ### Patch Changes