diff options
author | ys9693 <ys9693@att.com> | 2020-01-19 13:50:02 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-01-22 12:33:31 +0000 |
commit | 16a9fce0e104a38371a9e5a567ec611ae3fc7f33 (patch) | |
tree | 03a2aff3060ddb5bc26a90115805a04becbaffc9 /catalog-ui/cypress/fixtures/home | |
parent | aa83a2da4f911c3ac89318b8e9e8403b072942e1 (diff) |
Catalog alignment
Issue-ID: SDC-2724
Signed-off-by: ys9693 <ys9693@att.com>
Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
Diffstat (limited to 'catalog-ui/cypress/fixtures/home')
-rw-r--r-- | catalog-ui/cypress/fixtures/home/followed.json | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/catalog-ui/cypress/fixtures/home/followed.json b/catalog-ui/cypress/fixtures/home/followed.json new file mode 100644 index 0000000000..2f72d5182f --- /dev/null +++ b/catalog-ui/cypress/fixtures/home/followed.json @@ -0,0 +1,91 @@ +{ + "resources": [ + { + "distributionStatus": null, + "uniqueId": "c2f29c5e-0e4d-42a3-a35c-cad450cc783a", + "name": "MyVSP1", + "resourceType": "VF", + "version": "1.0", + "lifecycleState": "CERTIFIED", + "icon": "defaulticon", + "componentType": "RESOURCE", + "lastUpdateDate": 1567596408782, + "categoryNormalizedName": null, + "subCategoryNormalizedName": null, + "tags": [ + "MyVSP1" + ], + "lastUpdaterUserId": "m08740" + }, + { + "distributionStatus": null, + "uniqueId": "002e4d67-1150-4e28-89e9-f6631bb5ac7e", + "name": "MyVSP1", + "resourceType": "VF", + "version": "1.1", + "lifecycleState": "NOT_CERTIFIED_CHECKOUT", + "icon": "defaulticon", + "componentType": "RESOURCE", + "lastUpdateDate": 1567935219808, + "categoryNormalizedName": null, + "subCategoryNormalizedName": null, + "tags": [ + "MyVSP1" + ], + "lastUpdaterUserId": "m08740" + } + ], + "services": [ + { + "distributionStatus": "DISTRIBUTION_NOT_APPROVED", + "uniqueId": "2ce5a441-f548-489a-bb90-01a56a01d646", + "name": "MyService2", + "resourceType": null, + "version": "0.2", + "lifecycleState": "NOT_CERTIFIED_CHECKOUT", + "icon": "defaulticon", + "componentType": "SERVICE", + "lastUpdateDate": 1567671986741, + "categoryNormalizedName": null, + "subCategoryNormalizedName": null, + "tags": [ + "MyService2" + ], + "lastUpdaterUserId": "m08740" + }, + { + "distributionStatus": "DISTRIBUTION_NOT_APPROVED", + "uniqueId": "6267b324-7e41-4c64-9d2f-30f4faa6ffcd", + "name": "MyService1", + "resourceType": null, + "version": "0.2", + "lifecycleState": "NOT_CERTIFIED_CHECKIN", + "icon": "defaulticon", + "componentType": "SERVICE", + "lastUpdateDate": 1567692093466, + "categoryNormalizedName": null, + "subCategoryNormalizedName": null, + "tags": [ + "MyService1" + ], + "lastUpdaterUserId": "m08740" + }, + { + "distributionStatus": "DISTRIBUTED", + "uniqueId": "fr64a441-f548-489a-bb90-01a56a016547", + "name": "MyService3", + "resourceType": null, + "version": "0.2", + "lifecycleState": "CERTIFIED", + "icon": "defaulticon", + "componentType": "SERVICE", + "lastUpdateDate": 1567671986745, + "categoryNormalizedName": null, + "subCategoryNormalizedName": null, + "tags": [ + "MyService3" + ], + "lastUpdaterUserId": "m08740" + } + ] +}
\ No newline at end of file |