Skip to content

Commit

Permalink
Fixed cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamprakash123 committed Dec 24, 2023
1 parent 3ac8e1b commit f222760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/assets_spec/assets_manage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ describe("Asset", () => {
const assetFilters = new AssetFilters();
const fillFacilityName = "Dummy Facility 1";
const assetname = "Dummy Camera";
const locationName = "Test Location1";
const initiallocationName = "Test Location";
const locationName = "Dummy Location 1";
const initiallocationName = "Camera Location";

before(() => {
loginPage.loginAsDisctrictAdmin();
Expand Down

0 comments on commit f222760

Please sign in to comment.