File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ describe('Status Page', () => {
2121 expect ( response . headers . get ( 'Content-Type' ) ) . toBe ( 'text/html' )
2222 } )
2323
24+ // todo replace this with up-to-date test cases
2425 it . skip ( 'should show error for undefined required configurations' , async ( ) => {
2526 const config = new ConfigStore ( 'Fingerprint' )
2627 const secret = new SecretStore ( 'Fingerprint' )
@@ -54,6 +55,7 @@ describe('Status Page', () => {
5455 expect ( decryptionKeyError ) . toBe ( true )
5556 } )
5657
58+ // todo replace this with up-to-date test cases
5759 it . skip ( 'should show correctly setup env' , async ( ) => {
5860 const config = new ConfigStore ( 'Fingerprint' )
5961 // @ts -ignore
@@ -90,6 +92,7 @@ describe('Status Page', () => {
9092 expect ( hasNonceTag ) . toBe ( true )
9193 } )
9294
95+ // todo replace this with up-to-date test cases
9396 it . skip ( 'should show correct integration version' , async ( ) => {
9497 const version = packageJson . version
9598 const pattern = / I n t e g r a t i o n v e r s i o n : ( .* ) / g
You can’t perform that action at this time.
0 commit comments