We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2760557 commit dae0473Copy full SHA for dae0473
demo/angular/src/app/identity/identity.page.ts
@@ -49,10 +49,6 @@ const happyPathItems: ITestItems[] = [
49
name: IdentityVerificationSheetEventsEnum.VerificationResult,
50
expect: IdentityVerificationSheetEventsEnum.Completed,
51
},
52
- {
53
- type: 'event',
54
- name: IdentityVerificationSheetEventsEnum.Completed,
55
- },
56
];
57
58
const cancelPathItems: ITestItems[] = [
@@ -77,10 +73,6 @@ const cancelPathItems: ITestItems[] = [
77
73
78
74
expect: IdentityVerificationSheetEventsEnum.Canceled,
79
75
80
81
82
- name: IdentityVerificationSheetEventsEnum.Canceled,
83
84
76
85
86
@Component({
0 commit comments