@@ -7,7 +7,6 @@ import { test, expect, type APIRequestContext, type Locator, type Page } from '@
77import { login } from '../support/nc-login'
88import { expandSettingsMenu } from '../support/nc-navigation'
99import {
10- configureOpenSsl ,
1110 ensureGroupExists ,
1211 ensureUserExists ,
1312 ensureUserInGroup ,
@@ -32,8 +31,6 @@ const adminUser = 'admin'
3231const adminPass = process . env . ADMIN_PASSWORD || 'admin'
3332
3433test . describe ( 'Policy preferences: migrated settings' , ( ) => {
35- test . setTimeout ( 120_000 )
36-
3734 test ( 'user can save and clear collect_metadata, identification_documents, docmdp and signature_text preferences' , async ( { page } ) => {
3835 const groupId = `pref-migrated-${ Date . now ( ) } `
3936 const endUser = `prefmigrated_${ Date . now ( ) } `
@@ -64,15 +61,6 @@ test.describe('Policy preferences: migrated settings', () => {
6461 } )
6562
6663 try {
67- await setAppConfig ( adminCtx , 'libresign' , 'certificate_engine' , 'openssl' )
68- await configureOpenSsl ( adminCtx , 'LibreSign Test' , {
69- C : 'BR' ,
70- OU : [ 'Organization Unit' ] ,
71- ST : 'Rio de Janeiro' ,
72- O : 'LibreSign' ,
73- L : 'Rio de Janeiro' ,
74- } )
75-
7664 await ensureGroupExists ( page . request , groupId )
7765 await ensureUserExists ( page . request , endUser , endPass )
7866 await ensureUserInGroup ( page . request , endUser , groupId )
0 commit comments