Skip to content

Commit

Permalink
chore: update cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
emcelroy committed Dec 20, 2024
1 parent c96c115 commit b0951cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/e2e/workspace.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
context("Test the overall app", () => {
it("renders without crashing", () => {
cy.visit("/");
cy.get("body").should("contain", "Loading...");
cy.get("body").should("contain", "DAVAI");
cy.get("[data-testid=chat-transcript]").should("exist");
cy.get("[data-testid=chat-input]").should("exist");
});
});

0 comments on commit b0951cf

Please sign in to comment.