aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/support
diff options
context:
space:
mode:
authorSara Weiss <sara.weiss@intl.att.com>2019-12-17 13:20:29 +0200
committerIttay Stern <ittay.stern@att.com>2019-12-17 11:36:52 +0000
commit19bfe44c206000e5f71b53c1642f19886be7ad5f (patch)
tree190f9dadedc49a62f6b2190e9cfacd49d40fc649 /vid-webpack-master/cypress/support
parentfca7e153ab6577914032e100ffff3dfa6392c306 (diff)
Templates: Test deployment of a Cypress *edited* without changes template
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: If70e4cb35d6a0feb0972da3f212b8a87892004cd
Diffstat (limited to 'vid-webpack-master/cypress/support')
-rw-r--r--vid-webpack-master/cypress/support/steps/drawingBoard/general.steps.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/vid-webpack-master/cypress/support/steps/drawingBoard/general.steps.ts b/vid-webpack-master/cypress/support/steps/drawingBoard/general.steps.ts
index 5444971b7..8d2bb8a24 100644
--- a/vid-webpack-master/cypress/support/steps/drawingBoard/general.steps.ts
+++ b/vid-webpack-master/cypress/support/steps/drawingBoard/general.steps.ts
@@ -26,8 +26,5 @@ function openServiceContextMenu() : Chainable<any> {
return cy.getElementByDataTestsId('openMenuBtn').click({force: true});
}
-
-
-
Cypress.Commands.add('updateServiceShouldNotOverrideChild', updateServiceShouldNotOverrideChild);
Cypress.Commands.add('openServiceContextMenu', openServiceContextMenu);