Skip to content

Commit b4b00c2

Browse files
committed
test(e2e): remove migrated prefs timeout workaround
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 66e6c28 commit b4b00c2

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

playwright/e2e/policy-preferences-migrated-settings.spec.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { test, expect, type APIRequestContext, type Locator, type Page } from '@
77
import { login } from '../support/nc-login'
88
import { expandSettingsMenu } from '../support/nc-navigation'
99
import {
10-
configureOpenSsl,
1110
ensureGroupExists,
1211
ensureUserExists,
1312
ensureUserInGroup,
@@ -32,8 +31,6 @@ const adminUser = 'admin'
3231
const adminPass = process.env.ADMIN_PASSWORD || 'admin'
3332

3433
test.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

Comments
 (0)