Skip to content

Commit

Permalink
add test to simply load Envelope Manager page
Browse files Browse the repository at this point in the history
  • Loading branch information
DAcodedBEAT committed Sep 22, 2024
1 parent 1ef957f commit 2f9712f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/e2e/ui/finance/finance.deposits.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/// <reference types="cypress" />

context("Finance Deposits", () => {
it("Envelope Manager", () => {
cy.loginAdmin("ManageEnvelopes.php");
cy.contains("Envelope Manager");
});

it("Create a new Deposit", () => {
cy.loginAdmin("FindDepositSlip.php");
cy.contains("Add New Deposit");
Expand Down

0 comments on commit 2f9712f

Please sign in to comment.