Skip to content

Commit

Permalink
fix adds location cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
GokulramGHV committed Nov 16, 2023
1 parent a0f328d commit 946d4aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/facility_spec/locations.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ describe("Location Management Section", () => {
cy.contains("Add New Location").click();
cy.get("[name='name']").type("Test Location");
cy.get("textarea[name='description']").type("Test Description");
cy.get("#location-type").click();
cy.get("#location-type-option-ICU").click();
cy.intercept(/\/api\/v1\/facility\/[\w-]+\/asset_location\//).as(
"addLocation"
);
Expand Down

0 comments on commit 946d4aa

Please sign in to comment.