diff --git a/src-ui/cypress/integration/manage.spec.ts b/src-ui/cypress/integration/manage.spec.ts index 68562a744..f0703a4ed 100644 --- a/src-ui/cypress/integration/manage.spec.ts +++ b/src-ui/cypress/integration/manage.spec.ts @@ -1,4 +1,4 @@ -describe('documents-list', () => { +describe('manage', () => { beforeEach(() => { cy.intercept('http://localhost:8000/api/correspondents/*', { fixture: 'correspondents/correspondents.json',