Skip to content

Commit

Permalink
update jest snapshot to add compressed node case
Browse files Browse the repository at this point in the history
  • Loading branch information
radcheb committed Aug 9, 2020
1 parent 1f62d59 commit dba46f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/pages/__snapshots__/RunDetails.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,12 @@ exports[`RunDetails renders an empty run 1`] = `
</div>
`;

exports[`RunDetails shows a one-node compressed workflow graph 1`] = `
<div
className="page"
/>
`;

exports[`RunDetails shows a one-node graph 1`] = `
<div
className="page"
Expand Down

0 comments on commit dba46f4

Please sign in to comment.