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 5, 2023
1 parent 41998e6 commit 4d65aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/01-slate-zotero-block.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ describe('Slate citations', () => {
cy.clickSlateButton('Citation');

// 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();

// select first item from the Zotero collection
Expand Down

0 comments on commit 4d65aa0

Please sign in to comment.