Catalog alignment

Issue-ID: SDC-2724
Signed-off-by: ys9693 <ys9693@att.com>
Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
diff --git a/catalog-ui/cypress/fixtures/update-vsp/packages-first.json b/catalog-ui/cypress/fixtures/update-vsp/packages-first.json
new file mode 100644
index 0000000..657e979
--- /dev/null
+++ b/catalog-ui/cypress/fixtures/update-vsp/packages-first.json
@@ -0,0 +1,29 @@
+{
+    "listCount": 2,
+    "results": [
+        {
+            "description": "test update vsp cypress",
+            "vspName": "test update vsp",
+            "version": "2.0",
+            "packageId": "4f66a9dfea784f7cbd3630d8f99bc1be",
+            "category": "resourceNewCategory.network l2-3",
+            "subCategory": "resourceNewCategory.network l2-3.gateway",
+            "vendorName": "test vlm",
+            "vendorRelease": "1.0",
+            "packageType": "CSAR",
+            "resourceType": "VF"
+        },
+        {
+            "description": "test update vsp cypress",
+            "vspName": "test update vsp",
+            "version": "1.0",
+            "packageId": "4f66a9dfea784f7cbd3630d8f99bc1be",
+            "category": "resourceNewCategory.network l2-3",
+            "subCategory": "resourceNewCategory.network l2-3.gateway",
+            "vendorName": "test vlm",
+            "vendorRelease": "1.0",
+            "packageType": "CSAR",
+            "resourceType": "VF"
+        }
+    ]
+}