add eslint disable

This commit is contained in:
Alexander Chernyaev 2023-05-16 20:56:33 +03:00
parent c026b3cd0c
commit 5f794abf7a

View file

@ -199,6 +199,7 @@ describe('onChange callback', () => {
},
} ]);
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.get('[data-cy=editorjs]')
.find('.ce-paragraph')
.click()