From c3ab5c93a5780c13653cb27c14b79d5d59ddb3a6 Mon Sep 17 00:00:00 2001 From: Peter Stakoun Date: Tue, 16 Jan 2024 16:58:59 -0500 Subject: [PATCH] Skip new transaction tests --- cypress/tests/ui/new-transaction.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/tests/ui/new-transaction.spec.ts b/cypress/tests/ui/new-transaction.spec.ts index c49f884d9..f0dff9389 100644 --- a/cypress/tests/ui/new-transaction.spec.ts +++ b/cypress/tests/ui/new-transaction.spec.ts @@ -8,7 +8,7 @@ type NewTransactionTestCtx = { contact?: User; }; -describe("New Transaction", function () { +describe.skip("New Transaction", function () { const ctx: NewTransactionTestCtx = {}; beforeEach(function () { @@ -191,7 +191,7 @@ describe("New Transaction", function () { cy.visualSnapshot("Verify Updated Sender Account Balance"); }); - it.skip("submits a transaction request and accepts the request for the receiver", function () { + it("submits a transaction request and accepts the request for the receiver", function () { const transactionPayload = { transactionType: "request", amount: 100,