Skip to content

Commit

Permalink
Add slower scroll test
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Aug 29, 2022
1 parent 7d700cf commit 2723c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2723c09

Please sign in to comment.