Skip to content

Commit

Permalink
remove cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Nov 12, 2024
1 parent 9cece1c commit 349d572
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cypress/e2e/workspace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});
});
});

0 comments on commit 349d572

Please sign in to comment.