From 1b0b1227b62089a48e676623a32b1ab770504028 Mon Sep 17 00:00:00 2001 From: rowanfr Date: Thu, 29 Feb 2024 06:45:20 -0600 Subject: [PATCH] Resolves E2E testing issues and issue #5343 --- cypress/integration/rendering/gitGraph.spec.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cypress/integration/rendering/gitGraph.spec.js b/cypress/integration/rendering/gitGraph.spec.js index 60800e809..2184fecf8 100644 --- a/cypress/integration/rendering/gitGraph.spec.js +++ b/cypress/integration/rendering/gitGraph.spec.js @@ -946,11 +946,11 @@ gitGraph TB: it('46: should render GitGraph with merge back and merge forward', () => { imgSnapshotTest( `gitGraph LR: - commit + commit id:"1-abcdefg" branch branch-A branch branch-B - commit + commit id:"2-abcdefg" checkout branch-A merge branch-B @@ -964,11 +964,11 @@ gitGraph TB: it('47: should render GitGraph with merge back and merge forward | Vertical Branch', () => { imgSnapshotTest( `gitGraph TB: - commit + commit id:"1-abcdefg" branch branch-A branch branch-B - commit + commit id:"2-abcdefg" checkout branch-A merge branch-B @@ -982,10 +982,10 @@ gitGraph TB: it('48: should render GitGraph with merge on a new branch | Vertical Branch', () => { imgSnapshotTest( `gitGraph LR: - commit + commit id:"1-abcdefg" branch branch-B order: 2 - commit + commit id:"2-abcdefg" branch branch-A merge main @@ -999,10 +999,10 @@ gitGraph TB: it('49: should render GitGraph with merge on a new branch | Vertical Branch', () => { imgSnapshotTest( `gitGraph TB: - commit + commit id:"1-abcdefg" branch branch-B order: 2 - commit + commit id:"2-abcdefg" branch branch-A merge main