Skip to content

Commit

Permalink
Merge branch 'develop' into fix-issue-6362
Browse files Browse the repository at this point in the history
  • Loading branch information
GokulramGHV committed Oct 9, 2023
2 parents d4f86a0 + e64138c commit cbe6ee9
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cypress/e2e/assets_spec/asset_homepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe("Asset Tab", () => {
assetFilters.assertAssetTypeText("INTERNAL");
assetFilters.assertAssetClassText("ONVIF");
assetFilters.assertStatusText("ACTIVE");
assetFilters.assertLocationText("Camera Locations");
assetFilters.assertLocationText("Camera Loc");
assetFilters.clickadvancefilter();
assetFilters.clearFilters();
});
Expand All @@ -90,9 +90,8 @@ describe("Asset Tab", () => {
assetPage.selectImportOption();
assetPage.selectImportFacility("Dummy Facility 1");
assetPage.importAssetFile();
assetPage.selectImportLocation("Camera Locations");
assetPage.selectImportLocation("Camera Loc");
assetPage.clickImportAsset();
assetPage.verifySuccessNotification("Assets imported successfully");
});

it("verify imported asset", () => {
Expand Down
Loading

0 comments on commit cbe6ee9

Please sign in to comment.