diff --git a/cypress/support/commands.js b/cypress/support/commands.js index fa6b479..bb25bdb 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -81,7 +81,7 @@ Cypress.Commands.add('setTheme', (theme) => { .contains('Themes') .parents('.interface-interface-skeleton__sidebar') .scrollTo('bottom', { - duration: 1000, + duration: 3000, }); cy.get(`#code-block-pro-theme-${theme}`).should('exist'); cy.get(`#code-block-pro-theme-${theme}`).click();