diff --git a/cypress/e2e/01-slate-zotero-block.cy.js b/cypress/e2e/01-slate-zotero-block.cy.js index a5451a3..3a88f65 100644 --- a/cypress/e2e/01-slate-zotero-block.cy.js +++ b/cypress/e2e/01-slate-zotero-block.cy.js @@ -147,7 +147,7 @@ describe('Slate citations', () => { // select first Zotero collection cy.get('.pastanaga-menu-list ul>li button').should('be.visible'); cy.get('.pastanaga-menu-list ul>li button').should('contain', '2009'); - cy.get('.pastanaga-menu-list ul>li button').wait(2000).first().click(); + cy.get('.pastanaga-menu-list ul>li button').wait(5000).first().click(); // select first item from the Zotero collection cy.get('.items.pastanaga-menu .pastanaga-menu-list ul li')