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 4775be4 commit 467931a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/facility_spec/inventory.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ describe("Inventory Management Section", () => {
facilityPage.clickSetButton();
}
});
cy.get("#set-minimum-quantity").should("be.visible");
cy.go(-1);
cy.get(".badge-danger").contains("Low Stock").should("not.be.visible");
cy.wait(3000);
cy.get("#set-minimum-quantity").should("not.be.visible");
});

afterEach(() => {
Expand Down

0 comments on commit 467931a

Please sign in to comment.