test(e2e): make gitgraph snapshots consistent

Add a commit id to 'should render a simple gitgraph with a title',
as otherwise the gitgraph renderer picks a random commit ID, and so
image snapshots will be different.
This commit is contained in:
Alois Klink
2022-11-27 18:54:41 +00:00
parent 3e4dc306d4
commit 51119f22df

View File

@@ -328,7 +328,7 @@ describe('Git Graph diagram', () => {
title: simple gitGraph title: simple gitGraph
--- ---
gitGraph gitGraph
commit commit id: "1-abcdefg"
`, `,
{} {}
); );