From 349d5721e17b0841db9d4b4c9251c2bcf7b46e91 Mon Sep 17 00:00:00 2001 From: lublagg Date: Tue, 12 Nov 2024 16:23:11 -0500 Subject: [PATCH] remove cypress test --- cypress/e2e/workspace.test.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cypress/e2e/workspace.test.ts b/cypress/e2e/workspace.test.ts index 6cf6bed..7e3eb11 100644 --- a/cypress/e2e/workspace.test.ts +++ b/cypress/e2e/workspace.test.ts @@ -4,10 +4,4 @@ context("Test the overall app", () => { beforeEach(() => { cy.visit(""); }); - - describe("Desktop functionalities", () => { - it("renders with text", () => { - ae.getApp().should("have.text", "Hello World"); - }); - }); });