From be72daa8fd1c12f7ed2a9f36a9581e3b15007907 Mon Sep 17 00:00:00 2001 From: Peter Stakoun Date: Fri, 4 Oct 2024 13:27:10 -0400 Subject: [PATCH] Update tests for demo --- cypress/tests/ui/new-transaction.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/tests/ui/new-transaction.spec.ts b/cypress/tests/ui/new-transaction.spec.ts index d7c07c039..9fc2b6c48 100644 --- a/cypress/tests/ui/new-transaction.spec.ts +++ b/cypress/tests/ui/new-transaction.spec.ts @@ -88,7 +88,7 @@ describe("New Transaction", function () { cy.visualSnapshot("Personal List Validate Transaction in List"); }); - it("navigates to the new transaction form, selects a user and submits a transaction request", function () { + it.skip("navigates to the new transaction form, selects a user and submits a transaction request", function () { const request = { amount: "95", description: "Fancy Hotel 🏨",