diff --git a/cypress/e2e/item/create/createDocument.cy.ts b/cypress/e2e/item/create/createDocument.cy.ts index d38625045..718cf9b09 100644 --- a/cypress/e2e/item/create/createDocument.cy.ts +++ b/cypress/e2e/item/create/createDocument.cy.ts @@ -95,7 +95,7 @@ describe('Create Document', () => { ); }); - it.only('create document with flavor', () => { + it('create document with flavor', () => { cy.setUpApi(); cy.visit(HOME_PATH);