Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Draier committed Aug 8, 2023
1 parent b017461 commit d2eb031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/jcontent/catMan.cy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {CategoryManager, JContent} from '../../page-object';
import {CategoryManager} from '../../page-object';

const accordionItemName = 'category';
describe('Category Manager', () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/cypress/e2e/jcontent/copyCutPaste.cy.ts
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down

0 comments on commit d2eb031

Please sign in to comment.