Skip to content

Commit

Permalink
test: e2e left-right
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Jul 16, 2024
1 parent b6a03fc commit bfeab9e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cypress/integration/rendering/gitGraph.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1533,4 +1533,22 @@ gitGraph TB:
);
});
});
it('75: should render a gitGraph with multiple tags on a merge commit', () => {
imgSnapshotTest(
`gitGraph
commit id: "ZERO"
branch develop
commit id:"A"
checkout main
commit id:"ONE"
checkout develop
commit id:"B"
checkout main
merge develop id:"Release 1.0" type:HIGHLIGHT tag: "SAML v2.0" tag: "OpenID v1.1"
commit id:"TWO"
checkout develop
commit id:"C"`,
{}
);
});
});

0 comments on commit bfeab9e

Please sign in to comment.