diff --git a/cypress/integration/rendering/gitGraph.spec.js b/cypress/integration/rendering/gitGraph.spec.js index 42dc57439..d6e205501 100644 --- a/cypress/integration/rendering/gitGraph.spec.js +++ b/cypress/integration/rendering/gitGraph.spec.js @@ -1569,4 +1569,14 @@ gitGraph TB: {} ); }); + it('77: should render a gitGraph merging main into a newly created branch', () => { + imgSnapshotTest( + `gitGraph + commit + branch stable + checkout stable + merge main`, + {} + ); + }); });