From 0d110350f43a6823c5b7b6e22135bc68a06b6b39 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 10 Jul 2024 10:47:47 +0530 Subject: [PATCH] chore: Add new test --- cypress/integration/rendering/packet.spec.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cypress/integration/rendering/packet.spec.ts b/cypress/integration/rendering/packet.spec.ts index 61555ea53..c64538875 100644 --- a/cypress/integration/rendering/packet.spec.ts +++ b/cypress/integration/rendering/packet.spec.ts @@ -10,6 +10,15 @@ describe('packet structure', () => { ); }); + it('should render a simple packet diagram without ranges', () => { + imgSnapshotTest( + `packet-beta + 0: "h" + 1: "i" +` + ); + }); + it('should render a complex packet diagram', () => { imgSnapshotTest( `packet-beta