Revert "temp: Remove tests to check if cypress passes"

This reverts commit b0b76ef7a2.
This commit is contained in:
Sidharth Vinod
2025-04-19 18:12:03 +05:30
parent 5ea7088e04
commit 867484a2cc
2 changed files with 34 additions and 2 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 } }
);