Skip to content

Commit

Permalink
When user has no overdue loans - warning bar shouldn't exist (test fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Apr 23, 2024
1 parent bda93d3 commit 03b661d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/fee-list/fee-list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ describe("Fee list", () => {
cy.wait(["@digital_loans"]);
cy.wait(["@physical_loans_no_overdue"]);

cy.getBySel("warning-bar").should("not.be.visible");
cy.getBySel("warning-bar").should("not.exist");
});
});

Expand Down

0 comments on commit 03b661d

Please sign in to comment.