Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pstakoun committed Aug 9, 2024
1 parent 8319698 commit 7f9e1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/ui/bankaccounts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe("Bank Accounts", function () {
cy.visualSnapshot("Bank Account Form with Errors and Submit button disabled");
});

it.only("soft deletes a bank account", function () {
it.skip("soft deletes a bank account", function () {
cy.visit("/bankaccounts");
cy.getBySelLike("delete").first().click();

Expand Down

0 comments on commit 7f9e1de

Please sign in to comment.