From da6937f47490cc4d869465578cdd4a8cbfa5825d Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 8 Apr 2025 10:08:06 +0530 Subject: [PATCH] temp: Revert all changes is cypress folder --- .../integration/rendering/examples.spec.ts | 7 ---- cypress/platform/examples.html | 36 ------------------- cypress/platform/sidv.html | 1 - 3 files changed, 44 deletions(-) delete mode 100644 cypress/integration/rendering/examples.spec.ts delete mode 100644 cypress/platform/examples.html diff --git a/cypress/integration/rendering/examples.spec.ts b/cypress/integration/rendering/examples.spec.ts deleted file mode 100644 index cfe7999a3..000000000 --- a/cypress/integration/rendering/examples.spec.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { urlSnapshotTest } from '../../helpers/util.ts'; - -describe('Examples', () => { - it('should render all examples', () => { - urlSnapshotTest('http://localhost:9000/examples.html'); - }); -}); diff --git a/cypress/platform/examples.html b/cypress/platform/examples.html deleted file mode 100644 index 3add3da46..000000000 --- a/cypress/platform/examples.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - Examples - - - - - diff --git a/cypress/platform/sidv.html b/cypress/platform/sidv.html index fc505402d..b0a1699da 100644 --- a/cypress/platform/sidv.html +++ b/cypress/platform/sidv.html @@ -40,7 +40,6 @@ graph TB const el = document.getElementById('d2'); const { svg } = await mermaid.render('d22', value); console.log(svg); - console.log(mermaid.getDiagramData()); el.innerHTML = svg; // mermaid.test1('first_slow', 1200).then((r) => console.info(r)); // mermaid.test1('second_fast', 200).then((r) => console.info(r));