Fix popover tests

This commit is contained in:
Tanya Fomina 2024-04-25 22:51:49 +03:00
parent 49382e6076
commit ab79deea42

View file

@ -649,7 +649,8 @@ describe('Popover', () => {
.should('not.exist');
/** Press Tab */
cy.tab();
// eslint-disable-next-line cypress/require-data-selectors -- cy.tab() not working here
cy.get('body').tab();
/** Check first item is not focused */
cy.get('[data-cy=editorjs]')