mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
chore(project): add testinglib command for cypress
This commit is contained in:
@@ -11,9 +11,7 @@ import { MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
|
|||||||
<div mat-dialog-content>Name: {{ data.name }}</div>
|
<div mat-dialog-content>Name: {{ data.name }}</div>
|
||||||
<div mat-dialog-actions>
|
<div mat-dialog-actions>
|
||||||
<button mat-button [mat-dialog-close]="false">Cancel</button>
|
<button mat-button [mat-dialog-close]="false">Cancel</button>
|
||||||
<button mat-button [mat-dialog-close]="true" cdkFocusInitial>
|
<button mat-button [mat-dialog-close]="true">Confirmation</button>
|
||||||
Confirmation
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
|
|||||||
564
package-lock.json
generated
564
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -65,6 +65,7 @@
|
|||||||
"@nrwl/workspace": "15.8.5",
|
"@nrwl/workspace": "15.8.5",
|
||||||
"@schematics/angular": "15.2.1",
|
"@schematics/angular": "15.2.1",
|
||||||
"@testing-library/angular": "^13.3.0",
|
"@testing-library/angular": "^13.3.0",
|
||||||
|
"@testing-library/cypress": "^9.0.0",
|
||||||
"@testing-library/jest-dom": "^5.16.5",
|
"@testing-library/jest-dom": "^5.16.5",
|
||||||
"@testing-library/user-event": "^14.4.3",
|
"@testing-library/user-event": "^14.4.3",
|
||||||
"@types/jest": "29.4.0",
|
"@types/jest": "29.4.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user