diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-12-03 13:04:42 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-12-03 17:40:32 +0200 |
commit | 9e65dc01257d59b78f89077b94cc6393efef1893 (patch) | |
tree | c08fc893af8efd88a1d3e691cde9e565e0314674 /vid-webpack-master/cypress | |
parent | 2a8f0ba72f2c449d2048674a22820d4f8385f8ca (diff) |
Drawing Board RECREATE will use a new route that retrieves a template
Use endpoint "templateTopology" instead of "bulkForRetry"
Issue-ID: VID-724
Change-Id: Ic92971e29d1f78768aeb82158ce424ff31bfbbb0
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/instantiation-templates.e2e.ts | 2 |
1 files changed, 1 insertions, 1 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 be029a1fc..e01ccfda1 100644 --- a/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts @@ -21,7 +21,7 @@ describe('Drawing Board: Instantiation Templates', function () { const templateUuid = "46390edd-7100-46b2-9f18-419bd24fb60b"; const drawingBoardAction = `RECREATE`; - const templateTopologyEndpoint = "bulkForRetry"; // will be: "templateTopology" + const templateTopologyEndpoint = "templateTopology"; // Given... |