diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2019-12-19 08:25:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-19 08:25:28 +0000 |
commit | 7ff372e1875fcdab2ee0fc2ce43e21851731ccbc (patch) | |
tree | 77869dc6bcc7f15d69e2bf01b49a35ea6d161cb2 /vid-webpack-master/cypress/support/jsonBuilders/mocks/aai.mock.ts | |
parent | fa71335438b9425fbf50c79be92dc541b7b103ce (diff) | |
parent | ff6b9bb17545dcd535322bcf0b2fa1c73338cf4b (diff) |
Merge "while ng1 view/edit - get aai service if they are not exist yet"
Diffstat (limited to 'vid-webpack-master/cypress/support/jsonBuilders/mocks/aai.mock.ts')
-rw-r--r-- | vid-webpack-master/cypress/support/jsonBuilders/mocks/aai.mock.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vid-webpack-master/cypress/support/jsonBuilders/mocks/aai.mock.ts b/vid-webpack-master/cypress/support/jsonBuilders/mocks/aai.mock.ts index 3e6d5e33f..ae60361c2 100644 --- a/vid-webpack-master/cypress/support/jsonBuilders/mocks/aai.mock.ts +++ b/vid-webpack-master/cypress/support/jsonBuilders/mocks/aai.mock.ts @@ -8,6 +8,7 @@ declare namespace Cypress { initActiveNetworks : typeof initActiveNetworks; initActiveVPNs : typeof initActiveVPNs; initGetAAISubDetails : typeof initGetAAISubDetails; + initAAIServices: typeof initAAIServices; } } @@ -154,5 +155,7 @@ Cypress.Commands.add('initGetAAISubDetails', initGetAAISubDetails); Cypress.Commands.add('initSearchVNFMemebers', initSearchVNFMemebers); Cypress.Commands.add('initActiveNetworks', initActiveNetworks); Cypress.Commands.add('initActiveVPNs', initActiveVPNs); +Cypress.Commands.add('initAAIServices', initAAIServices); + |