Updated docs and e2e test case

This commit is contained in:
saurabhg772244
2025-02-28 19:09:21 +05:30
parent f60ecfc2c4
commit a31adc63a9
13 changed files with 45 additions and 76 deletions

View File

@@ -86,7 +86,7 @@ describe('Flowchart v2', () => {
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
C -->|Three| F[Car]
`,
{ flowchart: { useMaxWidth: true } }
);
@@ -109,7 +109,7 @@ describe('Flowchart v2', () => {
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
C -->|Three| F[Car]
`,
{ flowchart: { useMaxWidth: false } }
);