diff --git a/tests/cypress/e2e/variants.cy.js b/tests/cypress/e2e/variants.cy.js index efab657a..366474b3 100644 --- a/tests/cypress/e2e/variants.cy.js +++ b/tests/cypress/e2e/variants.cy.js @@ -94,7 +94,7 @@ const selectors = { .click() .wait(500) .get('.panels-wrapper > .panel:nth-child(4)') - //.find('.annotations-list') + .find('.annotations-list') //.get(selectors.list) //.children() //.should('have.length', 11)