Skip to content

Commit cf7e803

Browse files
test(playwright): remove Java dependency helper from native engine status flow
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 2210ec5 commit cf7e803

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

playwright/e2e/sign-herself-updates-files-list-with-native-engine.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import { expect, test, type Page } from '@playwright/test'
77
import { login } from '../support/nc-login'
8-
import { configureOpenSsl, ensureJavaDependenciesConfigured, setAppConfig } from '../support/nc-provisioning'
8+
import { configureOpenSsl, setAppConfig } from '../support/nc-provisioning'
99

1010
async function sortByCreatedAtDescending(page: Page) {
1111
const createdAtTh = page.getByRole('columnheader', { name: 'Created at' })
@@ -33,8 +33,6 @@ test('updates files list status after signing with native engine', async ({ page
3333
L: 'Rio de Janeiro',
3434
})
3535

36-
await ensureJavaDependenciesConfigured(page.request)
37-
3836
await setAppConfig(page.request, 'libresign', 'signature_engine', 'PhpNative')
3937
await setAppConfig(
4038
page.request,

0 commit comments

Comments
 (0)