diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2020-03-03 11:21:10 +0200 |
---|---|---|
committer | Alexey Sandler <alexey.sandler@intl.att.com> | 2020-03-03 11:22:25 +0200 |
commit | 48781cf7a2ce980c75bb7844b90dbd8194f09989 (patch) | |
tree | 9412d43b63a0464f5d92f531fedcd5eb17de2897 /vid-webpack-master/cypress/integration | |
parent | 9ba4d0678396bb3d8a0b3ecbe9899bb4895e87c1 (diff) |
remove duplicate "model version" field from ncf
Issue-ID: Issue-ID: VID-771
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I0a2df987ec53e25ae5e4c06fb5c27ab4dfbff5a5
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Diffstat (limited to 'vid-webpack-master/cypress/integration')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/collectionResource.e2e.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/integration/iFrames/collectionResource.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/collectionResource.e2e.ts index 1a925b3d8..b6be8a1ba 100644 --- a/vid-webpack-master/cypress/integration/iFrames/collectionResource.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/collectionResource.e2e.ts @@ -117,7 +117,7 @@ describe('Drawing board : Collection resource', function () { const expectedComponentInfo: { [key: string]: any } = { 'node-ce8c98bc-4691-44fb-8ff0-7a47487c11c4-undefined': { labelsAndValues: [ - //['Model version', "5.0"] //to add once fix in code + ['Model version', "5.0"] , ['Instance ID', '84a351ae-3601-45e2-98df-878d6c816abc'], ['In maintenance', 'false'] ], |