Skip to content

Commit

Permalink
inventory management error
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Jan 4, 2024
1 parent 467931a commit dca1289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/facility_spec/inventory.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ describe("Inventory Management Section", () => {
cy.get("#set-minimum-quantity").click();
facilityPage.fillInventoryMinimumDetails("PPE", "1");
facilityPage.clickSetButton();
facilityPage.verifySuccessNotification(
"Minimum quantiy updated successfully"
);
}
});
cy.go(-1);
cy.wait(3000);
cy.get("#set-minimum-quantity").should("not.be.visible");
});

afterEach(() => {
Expand Down

0 comments on commit dca1289

Please sign in to comment.