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" }@