[ACS-6269] create file from template tests (#3509)

* [ACS-6269] create file from template tests

* applying shorten expression
This commit is contained in:
Adam Zakrzewski
2023-11-07 17:35:04 +01:00
committed by GitHub
parent e8c14e44e1
commit 779e4e4b05
8 changed files with 487 additions and 437 deletions

View File

@@ -42,7 +42,7 @@
</form>
</div>
<div mat-dialog-actions>
<button mat-button mat-dialog-close data-automation-id="cancel-folder-template-button">
<button mat-button mat-dialog-close data-automation-id="create-from-template-dialog-cancel-button">
{{ 'NODE_FROM_TEMPLATE.CANCEL' | translate }}
</button>
<button
@@ -50,7 +50,7 @@
[disabled]="form.invalid"
mat-button
(click)="onSubmit()"
data-automation-id="create-folder-template-button"
data-automation-id="create-from-template-dialog-create-button"
>
{{ 'NODE_FROM_TEMPLATE.CREATE' | translate }}
</button>