mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5678] create folder from template tests (#3456)
* [ACS-5678] create folder from template tests * taking out only flag * fixes for linter, import, method name and locator * fix import and utils strings
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</form>
|
||||
</div>
|
||||
<div mat-dialog-actions>
|
||||
<button mat-button mat-dialog-close>
|
||||
<button mat-button mat-dialog-close data-automation-id="cancel-folder-template-button">
|
||||
{{ 'NODE_FROM_TEMPLATE.CANCEL' | translate }}
|
||||
</button>
|
||||
<button
|
||||
@@ -50,6 +50,7 @@
|
||||
[disabled]="form.invalid"
|
||||
mat-button
|
||||
(click)="onSubmit()"
|
||||
data-automation-id="create-folder-template-button"
|
||||
>
|
||||
{{ 'NODE_FROM_TEMPLATE.CREATE' | translate }}
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user