Skip to content

Commit

Permalink
Update tests for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
pstakoun committed Oct 4, 2024
1 parent 7f9e1de commit be72daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/ui/new-transaction.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 🏨",
Expand Down

0 comments on commit be72daa

Please sign in to comment.