diff --git a/cypress/platform/gitgraph.html b/cypress/platform/gitgraph.html
index 68c2932c9..6056af825 100644
--- a/cypress/platform/gitgraph.html
+++ b/cypress/platform/gitgraph.html
@@ -25,7 +25,7 @@
+
gitGraph:
commit "Ashish"
branch newbranch
@@ -41,6 +41,49 @@
commit
+
+ gitGraph:
+ commit
+ branch develop
+ checkout develop
+ commit
+ branch featureB
+ checkout featureB
+ commit
+ checkout master
+ branch hotfix
+ checkout hotfix
+ commit
+ checkout develop
+ commit
+ checkout featureB
+ commit
+ checkout master
+ merge hotfix
+ checkout featureB
+ commit
+ checkout develop
+ branch featureA
+ commit
+ checkout develop
+ merge hotfix
+ checkout featureA
+ commit
+ checkout featureB
+ commit
+ checkout develop
+ merge featureA
+ branch release
+ checkout release
+ commit
+ checkout master
+ commit
+ checkout release
+ merge master
+ checkout develop
+ merge release
+
+
gitGraph:
commit
@@ -53,14 +96,14 @@