Skip to content

Commit

Permalink
Add title to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Nov 14, 2023
1 parent fc400ea commit b6983e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/rendering/packet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ describe('packet structure', () => {
it('should render a simple packet diagram', () => {
imgSnapshotTest(
`packet-beta
title Hello world
0-10: "hello"
`
);
Expand Down Expand Up @@ -37,6 +38,7 @@ describe('packet structure', () => {
imgSnapshotTest(
`
---
title: "Packet Diagram"
config:
packet:
showBits: false
Expand Down

0 comments on commit b6983e4

Please sign in to comment.