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 c8f1e43 commit 93bde44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/01-slate-zotero-block.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ describe('Slate citations', () => {
cy.get('.pastanaga-menu-list ul>li button').should('contain', '2009');
cy.get('.pastanaga-menu-list ul>li button')
.should('be.visible')
.should('be.enabled')
.first()
.click();
.click({ force: true });

// select first item from the Zotero collection
cy.get('.items.pastanaga-menu .pastanaga-menu-list ul li')
Expand Down

0 comments on commit 93bde44

Please sign in to comment.