diff --git a/cypress/e2e/assets_spec/assets_manage.cy.ts b/cypress/e2e/assets_spec/assets_manage.cy.ts index f1191dc0436..92a4f5be9b8 100644 --- a/cypress/e2e/assets_spec/assets_manage.cy.ts +++ b/cypress/e2e/assets_spec/assets_manage.cy.ts @@ -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();