Skip to content

Commit

Permalink
remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Zasa-san committed Jan 7, 2025
1 parent 62d8902 commit 6b18566
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/pdf-display.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable max-lines */
/* eslint-disable max-statements */
import 'cypress-axe';
import { clearCookiesAndLogin } from './helpers/login';
import { clickOnCreateEntity, editPropertyForExtractor, saveEntity } from './helpers';

Expand All @@ -10,7 +9,6 @@ describe('PDF display', () => {
cy.blankState();
cy.exec('yarn ix-config', { env });
clearCookiesAndLogin('admin', 'change this password now');
cy.injectAxe();
});

describe('setup', () => {
Expand Down

0 comments on commit 6b18566

Please sign in to comment.