org.onap migration
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / view-models / creationDialog.htm
index 4449285..ca13ca2 100755 (executable)
@@ -4,7 +4,7 @@
                <div class="titleLine">\r
                        <img src="app/vid/images/spinner.gif"\r
                                ngx-visible="{{isSpinnerVisible}}"></img>\r
-                       <h3>Create {{componentName}} -- {{createType}}</h3>\r
+                       <h3 data-tests-id="create-modal-title">Create {{componentName}} -- {{createType}}</h3>\r
                </div>\r
 \r
                <div class="error" ng-show="isErrorVisible">\r
@@ -33,7 +33,7 @@
                <div class="buttonRow">\r
                        <button data-tests-id="confirmButton" ngx-enabled="{{isConfirmEnabled}}" att-button size="small"\r
                                ng-click="confirm();">Confirm</button>\r
-                       <button type="button" ng-click="cancel();" att-button\r
+                       <button type="button" data-tests-id="cancelButton" ng-click="cancel();" att-button\r
                                btn-type="primary" size="small">Cancel</button>\r
                </div>\r
        </div>\r