From 7963ad9b20babffa0366a26c949061d09bc988a1 Mon Sep 17 00:00:00 2001 From: saurabhg772244 Date: Wed, 11 Sep 2024 13:16:23 +0530 Subject: [PATCH] updated test cases --- cypress/integration/rendering/iconShape.spec.ts | 6 +++--- cypress/platform/saurabh.html | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/cypress/integration/rendering/iconShape.spec.ts b/cypress/integration/rendering/iconShape.spec.ts index 5c69627ae..9a01932fb 100644 --- a/cypress/integration/rendering/iconShape.spec.ts +++ b/cypress/integration/rendering/iconShape.spec.ts @@ -1,8 +1,8 @@ import { imgSnapshotTest } from '../../helpers/util'; -const looks = ['classic'] as const; -const directions = ['TB'] as const; -const forms = [undefined, 'square', 'circle'] as const; +const looks = ['classic', 'handDrawn'] as const; +const directions = ['TB', 'BT', 'LR', 'RL'] as const; +const forms = [undefined, 'square', 'circle', 'rounded'] as const; const labelPos = [undefined, 't', 'b'] as const; looks.forEach((look) => { diff --git a/cypress/platform/saurabh.html b/cypress/platform/saurabh.html index 62506ab2e..abd8d058e 100644 --- a/cypress/platform/saurabh.html +++ b/cypress/platform/saurabh.html @@ -61,6 +61,18 @@ +
+      flowchart LR
+       B2@{ icon: "fa:bell", form: "square", label: "B2 aiduaid uyawduad uaduabd uyduadb", pos: "t" }@
+       
+
+       W --> B2
+       X --> B2
+       Y --> B2
+       Z --> B2
+
+
+    
       flowchart TB
        A --test2--> B2@{ icon: "fa:bell", form: "rounded", label: "B2 aiduaid uyawduad uaduabd uyduadb", pos: "b" }@