diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-12-08 12:05:18 +0200 |
---|---|---|
committer | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-12-08 13:12:48 +0200 |
commit | f157a5147edc0c6a85d4644a04b7b2194adb7188 (patch) | |
tree | e1ed4822130888e31abb3b9b4f121dd1df8bca27 /vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts | |
parent | f53a917032b6c71c3d2b8f536244d4ba2611c068 (diff) |
Add existingVNFCounterMap to mock json file to display the Service Model.
Issue-ID: VID-724
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I97ca6efa552ee16cf163ca39446ddc34f1a719da
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Diffstat (limited to 'vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts index 0b19b667c..253352729 100644 --- a/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts @@ -41,6 +41,7 @@ describe('Drawing Board: Instantiation Templates', function () { cy.wait('@serviceModel'); cy.wait('@templateTopology'); + cy.getElementByDataTestsId("node-vProbe_NC_VNF 0").should('be.visible'); cy.getDrawingBoardDeployBtn().click(); |