Skip to content

Commit

Permalink
test: increase cypress timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-oprea committed Oct 2, 2023
1 parent 4c586bc commit c3604bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { defineConfig } = require('cypress');

module.exports = defineConfig({
viewportWidth: 1280,
defaultCommandTimeout: 5000,
defaultCommandTimeout: 8888,
chromeWebSecurity: false,
reporter: 'junit',
video: true,
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/01-slate-zotero-block.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('Slate citations', () => {

// In Footnotes block first reference has "a,b" to link to citing elements
cy.get('.footnotes-listing-block ol')
.click()
.click({ force: true })
.children()
.first()
.find('sup')
Expand Down

0 comments on commit c3604bb

Please sign in to comment.