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 1130dbb commit 8319698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/tests/ui/bankaccounts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type BankAccountsTestCtx = {
user?: User;
};

describe.skip("Bank Accounts", function () {
describe("Bank Accounts", function () {
const ctx: BankAccountsTestCtx = {};

beforeEach(function () {
Expand Down Expand Up @@ -128,7 +128,7 @@ describe.skip("Bank Accounts", function () {
cy.visualSnapshot("Bank Account Form with Errors and Submit button disabled");
});

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

Expand Down

0 comments on commit 8319698

Please sign in to comment.