Skip to content

Commit

Permalink
Merge pull request #5344 from rowanfr/5343_E2E_Testing_Commit_ID
Browse files Browse the repository at this point in the history
Resolves E2E testing issues and issue #5343
  • Loading branch information
sidharthv96 committed Feb 29, 2024
2 parents 1857eb1 + 1b0b122 commit 2ac4e08
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cypress/integration/rendering/gitGraph.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2ac4e08

Please sign in to comment.