diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2020-02-24 14:32:47 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-02-24 12:53:35 +0000 |
commit | 0f9b9e00ca74495e0beef32b0633bebac662ed61 (patch) | |
tree | f1dbfdf7e821b6bbf4c5129770cf7f5028f14322 /vid-webpack-master/cypress | |
parent | 2682dc487d2ed25923cfbb107818b17f210fd752 (diff) |
fix to cypress test related to to fix on treeNodeModules
Issue-ID: Issue-ID: VID-771
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I3494f36a8d02393508e8382ca969e7e463c0cde8
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Diffstat (limited to 'vid-webpack-master/cypress')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/collectionResource.e2e.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-webpack-master/cypress/integration/iFrames/collectionResource.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/collectionResource.e2e.ts index 55c43d01b..1a925b3d8 100644 --- a/vid-webpack-master/cypress/integration/iFrames/collectionResource.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/collectionResource.e2e.ts @@ -108,7 +108,7 @@ describe('Drawing board : Collection resource', function () { 'node-type-indicator': 'CR', 'node-name': 'NcmVlanSvcYm161f_77_vTSBC Customer Landing Network Collection' }, - 'node-undefined-undefined': { + 'node-dd182d7d-6949-4b90-b3cc-5befe400742e-undefined': { 'node-type-indicator': 'NCF', 'node-name': 'NcmVlanSvcYm161f_77_vTSBC Customer Landing Network Collection' } @@ -123,7 +123,7 @@ describe('Drawing board : Collection resource', function () { ], title: "Collection Resource Instance INFO" }, - 'node-undefined-undefined': { + 'node-dd182d7d-6949-4b90-b3cc-5befe400742e-undefined': { labelsAndValues: [ ['Model version', "1"], ['Instance ID', '6b3536cf-3a12-457f-abb5-fa2203e0d923'], |