Skip to content

Commit

Permalink
fix cypress :/
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Sep 8, 2023
1 parent 4519b08 commit cc4c64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/pageobject/Facility/FacilityCreation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class FacilityPage {
}

clickInventoryManagementOption() {
cy.get("inventory-management", { timeout: 10000 }).should("be.visible");
cy.get("#inventory-management").click();
}

Expand Down

0 comments on commit cc4c64f

Please sign in to comment.