diff --git a/tests/cypress/e2e/jcontent/catMan.cy.ts b/tests/cypress/e2e/jcontent/catMan.cy.ts index 57a0daa7f..6f0e4c33a 100644 --- a/tests/cypress/e2e/jcontent/catMan.cy.ts +++ b/tests/cypress/e2e/jcontent/catMan.cy.ts @@ -1,4 +1,4 @@ -import {CategoryManager, JContent} from '../../page-object'; +import {CategoryManager} from '../../page-object'; const accordionItemName = 'category'; describe('Category Manager', () => { diff --git a/tests/cypress/e2e/jcontent/copyCutPaste.cy.ts b/tests/cypress/e2e/jcontent/copyCutPaste.cy.ts index c153f6614..f96733559 100644 --- a/tests/cypress/e2e/jcontent/copyCutPaste.cy.ts +++ b/tests/cypress/e2e/jcontent/copyCutPaste.cy.ts @@ -1,6 +1,6 @@ import {JContent} from '../../page-object'; import {GraphqlUtils} from '../../utils/graphqlUtils'; -import {Collapsible, getComponentBySelector, Menu} from '@jahia/cypress'; +import {Collapsible, getComponentBySelector} from '@jahia/cypress'; import {ContentEditor} from '../../page-object/contentEditor'; describe('Copy Cut and Paste tests with jcontent', () => {