From f22276046caa38c2bc0da9f3d1cc10bbac972d59 Mon Sep 17 00:00:00 2001 From: Shyam prakash Date: Sun, 24 Dec 2023 17:45:18 +0530 Subject: [PATCH] Fixed cypress test --- cypress/e2e/assets_spec/assets_manage.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();