Skip to content

Commit

Permalink
test: change e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-oprea committed Oct 11, 2023
1 parent 726bc0a commit 2b6823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/01-slate-zotero-block.cy.js
Expand Up @@ -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')
Expand Down

0 comments on commit 2b6823b

Please sign in to comment.