Skip to content

Commit c3a461c

Browse files
committed
Fix tests
1 parent 47ee925 commit c3a461c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui/src/app/pages/certificates/certificates.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ describe('CertificatesComponent', () => {
113113
autoFocus: true,
114114
hasBackdrop: true,
115115
disableClose: true,
116-
panelClass: 'simple-dialog',
116+
panelClass: ['simple-dialog', 'delete-certificate'],
117117
});
118118

119119
openSpy.calls.reset();

0 commit comments

Comments
 (0)