From 9a758fc3dc8032d2f23e14b0f0a5aa51fb81f002 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 29 Mar 2022 23:30:05 -0700 Subject: [PATCH] fix management e2e tests title [ci skip] --- src-ui/cypress/integration/manage.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',