chore(project): add testinglib command for cypress

This commit is contained in:
thomas
2023-04-25 15:39:55 +02:00
parent 8ce516adc2
commit cfc24b9836
3 changed files with 222 additions and 347 deletions

View File

@@ -11,9 +11,7 @@ import { MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
<div mat-dialog-content>Name: {{ data.name }}</div>
<div mat-dialog-actions>
<button mat-button [mat-dialog-close]="false">Cancel</button>
<button mat-button [mat-dialog-close]="true" cdkFocusInitial>
Confirmation
</button>
<button mat-button [mat-dialog-close]="true">Confirmation</button>
</div>
`,
})