From 42e9f0f31a42cdaadcddd42e4c48f9b5542f71bf Mon Sep 17 00:00:00 2001 From: Guy Pursey Date: Tue, 17 Oct 2023 08:28:29 +0100 Subject: [PATCH] GitGraph: fixed an e2e branch for vertical branch Fix for error spotted by @mathbraga --- cypress/integration/rendering/gitGraph.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/rendering/gitGraph.spec.js b/cypress/integration/rendering/gitGraph.spec.js index ddbe5903c64..0ff4050ced6 100644 --- a/cypress/integration/rendering/gitGraph.spec.js +++ b/cypress/integration/rendering/gitGraph.spec.js @@ -720,7 +720,7 @@ gitGraph TB: }); it('35: should render a simple gitgraph with two branches from same commit | Vertical Branch', () => { imgSnapshotTest( - `gitGraph + `gitGraph TB: commit commit branch feature-001